X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/0401cc235f87dd02b56dc6948d8ce3f7609d635c..c9fa699d52dc365e1243546250d01acb8f7fee35:/src/gui/nowtabcontainer.h diff --git a/src/gui/nowtabcontainer.h b/src/gui/nowtabcontainer.h index 2e80968..9154950 100644 --- a/src/gui/nowtabcontainer.h +++ b/src/gui/nowtabcontainer.h @@ -14,6 +14,9 @@ public: protected: virtual void loadEvents( const QDate &aDate, const int aConferenceId ); +protected slots: + virtual void updateTreeView(const QDate &aDate); + private slots: void timerUpdateTreeView(); };