X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fkitchenalertmainwindow.h;h=30711eaab6bf657d27b1d78d65023c6d98e846c4;hb=7fc4c44cca1259b70545aab60cead8cd3ff884ff;hp=9ae6a8d58fc92250926199e3f47caba09a2f673e;hpb=5fbe41a63d78e51dcc6c98585218ab2ce32289ac;p=kitchenalert diff --git a/src/kitchenalertmainwindow.h b/src/kitchenalertmainwindow.h index 9ae6a8d..30711ea 100644 --- a/src/kitchenalertmainwindow.h +++ b/src/kitchenalertmainwindow.h @@ -71,6 +71,9 @@ public slots: void restart(); void stop(); void remove(); + void saveTimer(); + void loadTimer(); + protected: @@ -91,6 +94,8 @@ private: AlertSound alertSound_; + void initializeTimer(Timer * p_timer); + };