qmlFrontend/hwengine.h
branchqmlfrontend
changeset 10452 03519fd9f98d
parent 10450 bf9e30b4ef9b
child 10456 6fd99bb73524
--- a/qmlFrontend/hwengine.h	Sat Nov 01 22:51:07 2014 +0300
+++ b/qmlFrontend/hwengine.h	Mon Nov 03 00:01:02 2014 +0300
@@ -27,6 +27,7 @@
 
     Q_INVOKABLE void tryAddTeam(const QString & teamName);
     Q_INVOKABLE void tryRemoveTeam(const QString & teamName);
+    Q_INVOKABLE void changeTeamColor(const QString & teamName, int dir);
 
 signals:
     void previewImageChanged();
@@ -36,6 +37,8 @@
     void playingTeamAdded(const QString & teamName, int aiLevel, bool isLocal);
     void playingTeamRemoved(const QString & teamName);
 
+    void teamColorChanged(const QString & teamName, const QString & colorValue);
+
 public slots:
 
 private: