qt5
Last change
on this file since d49254d was
d49254d,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
'conflict' dialog now contains list of events in conflict with given eventId
|
-
Property mode set to
100644
|
File size:
356 bytes
|
Line | |
---|
1 | |
---|
2 | #include "conflictdialogcontainer.h" |
---|
3 | |
---|
4 | ConflictDialogContainer::ConflictDialogContainer(QWidget *aParent) |
---|
5 | : TabContainer( aParent ) |
---|
6 | { |
---|
7 | } |
---|
8 | |
---|
9 | void ConflictDialogContainer::loadEvents( const QDate &aDate, const int aConferenceId ) |
---|
10 | { |
---|
11 | static_cast<EventModel*>(treeView->model())->loadConflictEvents( mEventId, aConferenceId ); |
---|
12 | dayNavigator->hide(); |
---|
13 | } |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.