Changeset d49254d for src/gui/conflictsdialog.cpp
- Timestamp:
- 01/27/10 22:08:37 (13 years ago)
- Branches:
- master, qt5
- Children:
- 0401cc2
- Parents:
- 21d7cc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/conflictsdialog.cpp
r21d7cc0 rd49254d 1 1 #include "conflictsdialog.h" 2 2 3 ConflictsDialog::ConflictsDialog( QWidget *aParent)3 ConflictsDialog::ConflictsDialog(int aEventId, QWidget *aParent) 4 4 : QDialog(aParent) 5 5 { … … 7 7 connect(container, SIGNAL(eventHasChanged(int)), this, SIGNAL(eventHasChanged(int))); 8 8 connect(container, SIGNAL(eventHasChanged(int)), container, SLOT(updateTreeViewModel(int))); 9 10 container->setEventId(aEventId); 9 11 10 12 int confId = Conference::activeConference();
Note: See TracChangeset
for help on using the changeset viewer.