Screen will turn black after 30 min
[chessclock] / classes / clockswidget.h
index 2c0fe1a..d7810c1 100644 (file)
@@ -66,6 +66,8 @@ public slots:
     void pause();
     /*! End the game */
     void stopPlay();
+    /*! Not to keep screen lit */
+    void saveScreen();
 
 protected:
     ChessClock* white_;