X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fcurrentalertstablemodel.h;h=d147c38fc34eded12694e6ddbc064600fa0039f7;hb=981f6e1b3c110aa5128f08a139c47a4c2a5854cd;hp=062bc11bc2faeb8a5ca3fe2d80eb51b0713ac441;hpb=8c81978843d45998b02e3556bb4e326c37dac723;p=kitchenalert diff --git a/src/currentalertstablemodel.h b/src/currentalertstablemodel.h index 062bc11..d147c38 100644 --- a/src/currentalertstablemodel.h +++ b/src/currentalertstablemodel.h @@ -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 currentTimers_;