Merge branch 'sticky2'
[kitchenalert] / src / timer.h
index 0b13656..69ee596 100644 (file)
@@ -82,6 +82,10 @@ public:
     */
     bool load(QString filename);
 
+    /*! Returns wheter the alert is running or not.
+      Alerting timers are considered running. */
+    bool isRunning();
+
 
 signals:
     /*! Emitted when the remaining time in the timer has changed */
@@ -129,6 +133,8 @@ private:
 
 
 
+
+
 };
 
 #endif // TIMER_H