X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fkitchenalertmainwindow.h;h=c2045e47eb7702564c2ac5a6c46faeb607927d72;hb=683d958489cb5181a1a8c5a348191aaeed03981b;hp=382dff679b981d7ea62fa0afa4a41ea773e1270a;hpb=874cc23a01cab548a265daf6a60373345b3e2064;p=kitchenalert diff --git a/src/kitchenalertmainwindow.h b/src/kitchenalertmainwindow.h index 382dff6..c2045e4 100644 --- a/src/kitchenalertmainwindow.h +++ b/src/kitchenalertmainwindow.h @@ -40,8 +40,8 @@ namespace Ui { /*! The main window class of KitchenAlert' @author Heli Hyvättinen - @date 2010-09-08 - @version 0.1.1 + @date 2010-09-27 + @version 0.2.0 Operates the UI. @@ -112,6 +112,11 @@ public slots: */ void stop(); + /*! Removes the timer selected. + Needs to be connected to the associated button. + */ + void remove(); + signals: void defaultSoundEnabled(); @@ -139,7 +144,7 @@ private: CurrentAlertsTableModel model_; /*! The model that stores the alerts */ /*! - Returns a QMoldelIndex pointing to a cell in the row that is currently selected. + Returns a QMoldelIndex pointing to the cell in the column 0 of the row that is currently selected. */ QModelIndex selectedRow();