qt5
Last change
on this file since 07ae23a was
07ae23a,
checked in by timkoma <timkoma@…>, 13 years ago
|
refactoring of the TABS
|
-
Property mode set to
100644
|
File size:
303 bytes
|
Line | |
---|
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 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.