Fischer time controller, start widget
[chessclock] / classes / clockswidget.h
index 7872915..1283d32 100644 (file)
@@ -47,7 +47,7 @@ class ClocksWidget : public QWidget
     Q_OBJECT
 public:
     ClocksWidget(ChessClock* white, ChessClock* black, QWidget *parent = 0);
-
+    bool isPlayStarted()  { return (status_!=Welcome); }
 
 protected:
     void mouseReleaseEvent(QMouseEvent *event);