Changeset 67c59a7 for src/mvc/eventmodel.h
- Timestamp:
- 01/17/10 20:31:04 (13 years ago)
- Branches:
- master, qt5
- Children:
- 9f7666d
- Parents:
- 2af8e2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/eventmodel.h
r2af8e2f r67c59a7 17 17 void loadEvents(const QDate &aDate, int aConferenceId); // loads Events from the DB 18 18 void loadFavEvents(const QDate &aDate, int aConferenceId); // loads Favourite events from the DB 19 20 // a method to force 'EventModel' emit signal 'dataChanged()' 21 // a 'view', eg. 'TreeView' listens for this signal and redraws changed items(indexes) 22 void emitDataChangedSignal(const QModelIndex &aTopLeft, const QModelIndex &aBottomRight); 19 23 20 24 private:
Note: See TracChangeset
for help on using the changeset viewer.