Changeset b431d47 for src/mvc/conference.h
- Timestamp:
- 04/22/10 16:26:31 (12 years ago)
- Branches:
- master, qt5
- Children:
- 7c6cf5e
- Parents:
- a61c5f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/conference.h
ra61c5f5 rb431d47 50 50 int timeslotDuration() const { return value("timeslot_duration").toInt(); } // in seconds 51 51 bool isActive() const { return value("active").toBool(); } 52 QString getUrl() const52 QString url() const 53 53 { 54 54 QVariant val = value("url");
Note: See TracChangeset
for help on using the changeset viewer.