Changeset 872aeaa for src/gui/favtabcontainer.cpp
- Timestamp:
- 01/28/10 15:47:21 (13 years ago)
- Branches:
- master, qt5
- Children:
- 83020cd
- Parents:
- eb21333
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/favtabcontainer.cpp
reb21333 r872aeaa 11 11 } 12 12 13 void FavTabContainer::updateTreeViewModel(int aEventId)14 {15 Q_UNUSED(aEventId);16 17 // requires special handling18 // we need to reload favourites, because some favourite could be deleted19 //static_cast<EventModel*>(favTreeView->model())->updateModel(aEventId);20 int confId = Conference::activeConference();21 QDate startDate = Conference::getById(confId).start();22 QDate endDate = Conference::getById(confId).end();23 dayNavigator->setDates(startDate, endDate);24 updateTreeView( Conference::getById(confId).start() );25 }26
Note: See TracChangeset
for help on using the changeset viewer.