qt5
Last change
on this file since 2104023 was
07ae23a,
checked in by timkoma <timkoma@…>, 13 years ago
|
refactoring of the TABS
|
-
Property mode set to
100644
|
File size:
347 bytes
|
Line | |
---|
1 | |
---|
2 | #include "dayviewtabcontainer.h" |
---|
3 | |
---|
4 | DayViewTabContainer::DayViewTabContainer(QWidget *aParent) : TabContainer( aParent ) |
---|
5 | { |
---|
6 | } |
---|
7 | |
---|
8 | DayViewTabContainer::~DayViewTabContainer() |
---|
9 | { |
---|
10 | } |
---|
11 | |
---|
12 | void DayViewTabContainer::loadEvents( const QDate &aDate, const int aConferenceId ) |
---|
13 | { |
---|
14 | static_cast<EventModel*>(treeView->model())->loadEvents( aDate, aConferenceId ); |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.