5 #include "ui_eventdialog.h"
8 class EventDialog : public QDialog, Ui::EventDialog
12 EventDialog(const int &aEventId, QWidget *aParent = NULL);
15 void favouriteClicked();
18 void eventHasChanged(int aEventId, bool aReloadModel = false); // emited when user changes some event details, eg. sets it Favourite
23 #endif /* EVENTDIALOG_H */