]> ToastFreeware Gitweb - toast/confclerk.git/blob - src/gui/trackstabcontainer.cpp
refactoring of the TABS
[toast/confclerk.git] / src / gui / trackstabcontainer.cpp
1
2 #include "trackstabcontainer.h"
3
4 TracksTabContainer::TracksTabContainer( QWidget *aParent ) : TabContainer( aParent )
5 {
6 }
7
8 void TracksTabContainer::loadEvents( const QDate &aDate, const int aConferenceId )
9 {
10     static_cast<EventModel*>(treeView->model())->loadEventsByTrack( aDate, aConferenceId );
11 }