branch | qmlfrontend |
changeset 10612 | eb3c1a289a23 |
parent 10456 | 6fd99bb73524 |
child 10819 | 57e21f7621b0 |
--- a/qmlFrontend/hwengine.h Wed Dec 03 23:36:18 2014 +0300 +++ b/qmlFrontend/hwengine.h Thu Dec 04 00:34:40 2014 +0300 @@ -24,7 +24,9 @@ Q_INVOKABLE QString currentSeed(); Q_INVOKABLE void getTeamsList(); Q_INVOKABLE void resetGameConfig(); + Q_INVOKABLE void setTheme(const QString & theme); + Q_INVOKABLE void setScript(const QString & script); Q_INVOKABLE void tryAddTeam(const QString & teamName); Q_INVOKABLE void tryRemoveTeam(const QString & teamName);