]> ToastFreeware Gitweb - toast/confclerk.git/blob - src/gui/favtabcontainer.cpp
updated schedule.en.xml to the newest version
[toast/confclerk.git] / src / gui / favtabcontainer.cpp
1
2 #include "favtabcontainer.h"
3
4 FavTabContainer::FavTabContainer(QWidget *aParent) : TabContainer( aParent )
5 {
6 }
7
8 void FavTabContainer::loadEvents( const QDate &aDate, const int aConferenceId )
9 {
10     static_cast<EventModel*>(treeView->model())->loadFavEvents( aDate, aConferenceId );
11 }
12