refactor: Define tooltip style in single css file and pass it to QApplication

This commit is contained in:
Eberhard Graether
2015-12-17 13:45:02 +01:00
parent b107fd2655
commit 32cc49b0fd
8 changed files with 4 additions and 37 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ public:
PlayerB = 4
};
static Token Opponent( oken token );
static Token Opponent( Token token );
struct Move {
int row;