Added saving of alerts - unstable!!!
[kitchenalert] / src / currentalertstablemodel.h
index 062bc11..52f3f5c 100644 (file)
@@ -35,8 +35,8 @@
 /*! Class that contains the model that holds the timers'
 
   @author Heli Hyvättinen
-  @date 2010-07-20
-  @version 0.1
+  @date 2010-08-08
+  @version 0.1.1
 
 Class that contains the model that holds the timers
 
@@ -61,6 +61,8 @@ public:
 
     bool isThisTimerAlerting(QModelIndex index);
 
+    bool saveTimer(QModelIndex index,QString filename);
+
 signals:
 
 public slots:
@@ -76,6 +78,8 @@ public slots:
 
     void setUpdateViewOnChanges(bool update);
 
+    void removeTimer(QModelIndex index);
+
 private:
     QList <Timer * > currentTimers_;