qt5
Last change
on this file since a790a90 was
a790a90,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
removed headers from *.h and *.cpp
|
-
Property mode set to
100644
|
File size:
298 bytes
|
Line | |
---|
1 | |
---|
2 | #include "roomstabcontainer.h" |
---|
3 | |
---|
4 | RoomsTabContainer::RoomsTabContainer( QWidget *aParent ) : TabContainer( aParent ) |
---|
5 | { |
---|
6 | } |
---|
7 | |
---|
8 | void RoomsTabContainer::loadEvents( const QDate &aDate, const int aConferenceId ) |
---|
9 | { |
---|
10 | static_cast<EventModel*>(treeView->model())->loadEventsByRoom( aDate, aConferenceId ); |
---|
11 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.