qmlfrontend/gameconfig.h
branchqmlfrontend
changeset 12858 0c6fb706f747
child 12859 a03f245243b0
equal deleted inserted replaced
12857:90f927b4b9e1 12858:0c6fb706f747
       
     1 #ifndef GAMECONFIG_H
       
     2 #define GAMECONFIG_H
       
     3 
       
     4 #include <QObject>
       
     5 
       
     6 class GameConfig : public QObject
       
     7 {
       
     8   Q_OBJECT
       
     9 public:
       
    10   explicit GameConfig(QObject *parent = nullptr);
       
    11 
       
    12 signals:
       
    13 
       
    14 public slots:
       
    15 };
       
    16 
       
    17 #endif // GAMECONFIG_H