Changeset ce59092 for src/gui/eventdialog.h
- Timestamp:
- 01/27/10 12:36:29 (13 years ago)
- Branches:
- master, qt5
- Children:
- 1bcd66f
- Parents:
- 6bc425e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/eventdialog.h
r6bc425e rce59092 20 20 }; 21 21 22 23 22 class EventDialog : public QDialog, Ui::EventDialog 24 23 { 24 Q_OBJECT 25 25 public: 26 26 EventDialog(const int &aEventId, QWidget *aParent = NULL); 27 27 ~EventDialog() {} 28 private slots: 29 void favouriteClicked(); 30 void alarmClicked(); 31 signals: 32 void eventHasChanged(int aEventId); // emited when user changes some event details, eg. sets it Favourite 28 33 private: 29 34 int mEventId;
Note: See TracChangeset
for help on using the changeset viewer.