]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/tabcontainer.h
Tabs: elide tabtexts.
[toast/confclerk.git] / src / gui / tabcontainer.h
index 6146268eebcf1b39971cad65ebd7848e9e194d0e..dfbf653a7d25f3a2bef955b3ac79c70c40628382 100644 (file)
@@ -45,12 +45,12 @@ signals:
 
 public slots:
     virtual void updateTreeViewModel(int aEventId, bool aReloadModel = false);
+    void setCurDate(const QDate& curDate);
     void setDates(const QDate &aStart, const QDate &aEnd);
 
 protected slots:
     virtual void updateTreeView(const QDate &aDate);
     void itemClicked(const QModelIndex &aIndex);
-    void displayMap(const QModelIndex &aIndex);
     void displayConflicts(const QModelIndex &aIndex);
 };