]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/mainwindow.h
make label shorter to place all required buttons
[toast/confclerk.git] / src / gui / mainwindow.h
index 4bf4e82b6dc9b4fc4b89828b692ee188625f3809..c0696368652090e72cc5302f896fb23cb4db4b76 100644 (file)
@@ -33,13 +33,18 @@ public:
     ~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 */