X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fcurrentalertstablemodel.h;h=b20ead123dd68f1927f93807bcf989136abaef07;hb=ef0252dea07c46470f7b1c94b903052aa68be3ba;hp=8f4622a541c3446910807c122d8d73491b8bb397;hpb=c4037ede3790b9ec97001d9c9202cec1003f18e1;p=kitchenalert diff --git a/src/currentalertstablemodel.h b/src/currentalertstablemodel.h index 8f4622a..b20ead1 100755 --- a/src/currentalertstablemodel.h +++ b/src/currentalertstablemodel.h @@ -35,7 +35,7 @@ /*! Class that contains the model that holds the timers' @author Heli Hyvättinen - @date 2011-03-29 + @date 2011-04-05 @version 0.2.1 Class that contains the model that holds the timers @@ -86,6 +86,13 @@ public: bool isThisTimerAlerting(QModelIndex index); + /*! Saves a timer to a file + @param index The index of the timer to be saved. Any cell from the row of the timer is good here. + @param filename The name of the file to which the timer is to be saved + */ + bool saveTimer(QModelIndex index,QString filename); + + signals: public slots: