~MainWindow() {}
private slots:
void scheduleImported(int aConfId);
+ void scheduleDeleted(const QString& title);
void aboutApp();
void conferenceMapClicked();
void eventHasChanged(int aEventId, bool aReloadModel);
void conferenceChanged(int aIndex);
+ void setup();
private:
void fillAndShowConferenceHeader();
void initTabs();
+ void unsetConference();
+
+ QString saved_title;
};
#endif /* MAINWINDOW_H */