diff -r 90f927b4b9e1 -r 0c6fb706f747 qmlfrontend/gameconfig.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qmlfrontend/gameconfig.cpp Sun Dec 24 00:44:16 2017 +0100 @@ -0,0 +1,6 @@ +#include "gameconfig.h" + +GameConfig::GameConfig(QObject *parent) : QObject(parent) +{ + +}