Changeset e6ab8a2 for src/mvc/conference.h
- Timestamp:
- 07/04/11 23:42:02 (12 years ago)
- Branches:
- master, qt5
- Children:
- 526128c
- Parents:
- 8dd3dd2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/conference.h
r8dd3dd2 re6ab8a2 52 52 bool isActive() const { return value("active").toBool(); } 53 53 QString url() const { return stringFromNullable(value("url")); } 54 QString map() const { return stringFromNullable(value("map")); }55 54 56 55 #if 0
Note: See TracChangeset
for help on using the changeset viewer.