Changeset 5293ef0 for src/mvc/conference.h
- Timestamp:
- 09/25/12 20:31:03 (10 years ago)
- Branches:
- master, qt5
- Children:
- 4403ab4
- Parents:
- 14c46c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/conference.h
r14c46c7 r5293ef0 46 46 QDate start() const { return value("start").toDate(); } 47 47 QDate end() const { return value("end").toDate(); } 48 int days() const { return value("days").toInt(); }49 48 int dayChange() const { return value("day_change").toInt(); } // in seconds from 00:00 50 49 int timeslotDuration() const { return value("timeslot_duration").toInt(); } // in seconds
Note: See TracChangeset
for help on using the changeset viewer.