X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Ftimer.h;fp=src%2Ftimer.h;h=0b136563a9833fcd0bea0c8fbc19a470288aa542;hb=de210dd7574f6aaaf52b5302d3a72014ab49c626;hp=ff2c22be730d52334d43df3c95451e38217d430c;hpb=1ad75b12ffaf0dd1738929782f532c896d6fbcda;p=kitchenalert diff --git a/src/timer.h b/src/timer.h index ff2c22b..0b13656 100644 --- a/src/timer.h +++ b/src/timer.h @@ -121,10 +121,14 @@ private: QTimer _actualTimer; bool alerting_; + QString filenameWithPath_; /*! Name (with full path) of the file where the timer was loaded from. Empty if timer not loaded from file. */ + QModelIndex whereAmI(); AlertSound alertSound_; + + }; #endif // TIMER_H