]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/mainwindow.h
implemented 'tab container' widget, which groups daynavigator with treeview
[toast/confclerk.git] / src / gui / mainwindow.h
index 6986e1598aa05baaeb0150d40b3dd2d1311cd11f..0f425a330467c8a67b005adb25b42708093b591b 100644 (file)
@@ -18,21 +18,11 @@ public:
 private slots:
     void scheduleImported(int aConfId);
     void aboutApp();
-    void updateDayView(const QDate &aDate);
-    void updateTracksView(const QDate &aDate);
-    void updateFavouritesView(const QDate &aDate);
     void updateSearchView(const QDate &aDate);
-    void updateNowView();
-    void updateRoomView(const QDate &aDate);
-    void itemClicked(const QModelIndex &aIndex);
-    void displayMap(const QModelIndex &aIndex);
-    void displayWarning(const QModelIndex &aIndex);
     void searchClicked();
        void searchAgainClicked();
     void conferenceMapClicked();
-    void tabHasChanged(int aIndex);
     void eventHasChanged(int aEventId);
-    void timerUpdateNowView();
 private:
     SqlEngine *mSqlEngine;
 };