- Timestamp:
- 10/17/11 23:37:48 (11 years ago)
- Branches:
- master, qt5
- Children:
- 9196cb0
- Parents:
- 066b41f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
r066b41f r11d7ec5 54 54 int conferenceId() const { return value("xid_conference").toInt(); } 55 55 QDateTime start() const { return value("start").toDateTime(); } 56 /// duration of the event in seconds 56 57 int duration() const { return value("duration").toInt(); } 57 58 int trackId() const { return value("xid_track").toInt(); }
Note: See TracChangeset
for help on using the changeset viewer.