Changeset 41c4ceb for src/mvc/conference.h
- Timestamp:
- 04/30/13 23:42:38 (9 years ago)
- Branches:
- master, qt5
- Children:
- 5130dc7
- Parents:
- 83481c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/conference.h
r83481c6 r41c4ceb 50 50 QDate end() const { return value("end").toDate(); } 51 51 int dayChange() const { return value("day_change").toInt(); } // in seconds from 00:00 52 QTime dayChangeTime() const {QTime dayChangeTime(0, 0); return dayChangeTime.addSecs(dayChange());} 52 53 int timeslotDuration() const { return value("timeslot_duration").toInt(); } // in seconds 53 54 bool isActive() const { return value("active").toBool(); }
Note: See TracChangeset
for help on using the changeset viewer.