Added icons to time controllers
[chessclock] / classes / timecontrol / fischeraftertimecontrol.h
index ac48fc9..a040fcc 100644 (file)
@@ -32,6 +32,7 @@ public:
 
     QString getName() { return qApp->translate("FischerAfter","Addition after"); }
     QString getDescription();
+    QIcon getIcon();
     ClocksWidget* initGame( bool useLastSettings);
 
 };