Added saving of alerts - unstable!!!
[kitchenalert] / src / kitchenalertmainwindow.h
index 9ae6a8d..30711ea 100644 (file)
@@ -71,6 +71,9 @@ public slots:
     void restart();
     void stop();
     void remove();
+    void saveTimer();
+    void loadTimer();
+
 
 
 protected:
@@ -91,6 +94,8 @@ private:
 
     AlertSound alertSound_;
 
+    void initializeTimer(Timer * p_timer);
+
 
 };