Remove button, fixed column width, limited text & fixed 00:00:00
[kitchenalert] / src / currentalertstablemodel.h
index 062bc11..d147c38 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
 
@@ -76,6 +76,8 @@ public slots:
 
     void setUpdateViewOnChanges(bool update);
 
+    void removeTimer(QModelIndex index);
+
 private:
     QList <Timer * > currentTimers_;