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:
384 bytes
|
Line | |
---|
1 | /* |
---|
2 | * roomstabcontainer.cpp |
---|
3 | * |
---|
4 | * Created on: Jan 27, 2010 |
---|
5 | * Author: maemo |
---|
6 | */ |
---|
7 | |
---|
8 | #include "roomstabcontainer.h" |
---|
9 | |
---|
10 | RoomsTabContainer::RoomsTabContainer( QWidget *aParent ) : TabContainer( aParent ) |
---|
11 | { |
---|
12 | } |
---|
13 | |
---|
14 | void RoomsTabContainer::loadEvents( const QDate &aDate, const int aConferenceId ) |
---|
15 | { |
---|
16 | static_cast<EventModel*>(treeView->model())->loadEventsByRoom( aDate, aConferenceId ); |
---|
17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.