Add hourclass and old clock icons.
[chessclock] / classes / timecontrol / notimecontrol.h
index 1befb70..219e053 100644 (file)
@@ -32,6 +32,7 @@ public:
 
     QString getName() { return qApp->translate("NoTimeControl","Normal clock"); }
     QString getDescription();
+    QIcon getIcon();
     ClocksWidget* initGame(bool useLastSettings);
 };