Added icons to time controllers
[chessclock] / classes / timecontrol / delayaftertimecontrol.h
index ab979af..623c745 100644 (file)
@@ -30,6 +30,7 @@ public:
     DelayAfterTimeControl();
 
     QString getName();
+    QIcon getIcon();
     QString getDescription();
     ClocksWidget* initGame(bool useLastSettings);
 };