]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/dayviewtabcontainer.cpp
refactoring of the TABS
[toast/confclerk.git] / src / gui / dayviewtabcontainer.cpp
diff --git a/src/gui/dayviewtabcontainer.cpp b/src/gui/dayviewtabcontainer.cpp
new file mode 100644 (file)
index 0000000..1514bbf
--- /dev/null
@@ -0,0 +1,15 @@
+
+#include "dayviewtabcontainer.h"
+
+DayViewTabContainer::DayViewTabContainer(QWidget *aParent) : TabContainer( aParent )
+{
+}
+
+DayViewTabContainer::~DayViewTabContainer()
+{
+}
+
+void DayViewTabContainer::loadEvents( const QDate &aDate, const int aConferenceId )
+{
+    static_cast<EventModel*>(treeView->model())->loadEvents( aDate, aConferenceId );
+}