Changeset d858942
- Timestamp:
- 07/21/21 23:49:20 (19 months ago)
- Branches:
- master
- Children:
- 7dc1b1c
- Parents:
- 29af341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/conference.h
r29af341 rd858942 52 52 QTime dayChangeTime() const {QTime dayChangeTime(0, 0); return dayChangeTime.addSecs(dayChange());} 53 53 int timeslotDuration() const { return value("timeslot_duration").toInt(); } // in seconds 54 bool hasUtcOffset() const {return !value("utc_offset").isNull();} 55 int utcOffset() const {return value("utc_offset").toInt();} 56 bool hasDisplayTimeShift() const {return !value("display_time_shift").isNull();} 57 int displayTimeShift() const {return value("display_time_shift").toInt();} 54 58 bool isActive() const { return value("active").toBool(); } 55 59 QString url() const { return stringFromNullable(value("url")); }
Note: See TracChangeset
for help on using the changeset viewer.