Added icons to time controllers
[chessclock] / classes / timecontrol / fischertimecontrol.h
index 5127f92..9c467cc 100644 (file)
@@ -32,6 +32,7 @@ public:
 
     QString getName() { return qApp->translate("Fischer","Addition before"); }
     QString getDescription();
+    QIcon getIcon();
     ClocksWidget* initGame(bool useLastSettings);
 };