ClocksWidget: Continue & Stop
[chessclock] / classes / clockswidget.h
index 88f41a6..7872915 100644 (file)
@@ -55,9 +55,13 @@ protected:
 
 signals:
    void TurnFinished(TurnInformation* turnInfo);
+   void ClickedWhenStopped();
 
 public slots:
+   /*! Pause game */
     void pause();
+    /*! End the game */
+    void stopPlay();
 
 protected:
     ChessClock* white_;