Changeset 066b41f for src/mvc/eventmodel.cpp
- Timestamp:
- 10/17/11 22:50:54 (11 years ago)
- Branches:
- master, qt5
- Children:
- 11d7ec5
- Parents:
- 1ca13ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/eventmodel.cpp
r1ca13ef r066b41f 301 301 } 302 302 303 void EventModel::loadNowEvents(int aConferenceId) 304 { 305 clearModel(); 306 // check for existence of the conference in the DB 307 if(Conference::getAll().count()) 308 { 309 mEvents = Event::nowEvents(aConferenceId, "start"); 310 } 311 createTimeGroups(); 312 } 313 314 void EventModel::loadConflictEvents(int aEventId, int aConferenceId) 315 { 303 304 void EventModel::loadConflictEvents(int aEventId, int aConferenceId) { 316 305 clearModel(); 317 306 // check for existence of the conference in the DB
Note: See TracChangeset
for help on using the changeset viewer.