Added icons to time controllers
[chessclock] / classes / timecontrol / delaytimecontrol.h
index 2af88fa..36d9f30 100644 (file)
@@ -30,6 +30,7 @@ public:
     DelayTimeControl();
 
     QString getName();
+    QIcon getIcon();
     QString getDescription();
     ClocksWidget* initGame(bool useLastSettings);
 };