Changeset 264f5e7 for src/gui/conflictsdialog.cpp
- Timestamp:
- 10/05/11 00:11:03 (11 years ago)
- Branches:
- master, qt5
- Children:
- dc66a91
- Parents:
- a9430aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/conflictsdialog.cpp
ra9430aa r264f5e7 28 28 29 29 container->setEventId(aEventId); 30 31 int confId = Conference::activeConference();32 QDate startDate = Conference::getById(confId).start();33 QDate endDate = Conference::getById(confId).end();34 container->setDates(startDate, endDate);35 30 } 36 31
Note: See TracChangeset
for help on using the changeset viewer.