Changeset 005e2b7 in confclerk_git for src/mvc/event.h
- Timestamp:
- 01/22/10 09:30:11 (13 years ago)
- Branches:
- master, qt5
- Children:
- 8200b03
- Parents:
- ab6110b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
rab6110b r005e2b7 26 26 static QList<Event> getSearchResultByDate(const QDate& date, int conferenceId, QString orderBy); 27 27 static QList<Event> nowEvents(int conferenceId, QString orderBy); // get events scheduled NOW 28 static QList<Event> getByTrack(int id); 28 29 public: 29 30 int id() const { return value("id").toInt(); }
Note: See TracChangeset
for help on using the changeset viewer.