Changeset 969a840 for src/model/eventmodel.h
- Timestamp:
- 01/13/10 21:51:06 (12 years ago)
- Branches:
- master, qt5
- Children:
- 6a624f7
- Parents:
- 69393c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/model/eventmodel.h
r69393c0 r969a840 15 15 int columnCount ( const QModelIndex & parent = QModelIndex() ) const; 16 16 int rowCount ( const QModelIndex & parent = QModelIndex() ) const; 17 void loadEvents( ); // loads Events from the DB17 void loadEvents(const QDate &aDate, int aConferenceId); // loads Events from the DB 18 18 19 19 private: … … 40 40 QList<Group> mGroups; 41 41 QHash<int, int> mParents; 42 QDate mCurrentDate;43 int mConfId;44 42 }; 45 43
Note: See TracChangeset
for help on using the changeset viewer.