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