Changeset f9db452 in confclerk_git for src/mvc/event.h
- Timestamp:
- 01/19/10 08:44:40 (13 years ago)
- Branches:
- master, qt5
- Children:
- b1fc17a
- Parents:
- 446bce4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
r446bce4 rf9db452 47 47 QString abstract() const { return value("abstract").toString(); } 48 48 QString description() const { return value("description").toString(); } 49 // records from other tables associated with 'id' 50 QString room() const; 49 51 50 52 // Table 1 … … 64 66 void setAbstract(const QString& abstract) { setValue("abstract", abstract); } 65 67 void setDescription(const QString& description) { setValue("description", description); } 68 // records from other tables associated with 'id' 69 void setRoom(const QString& room); 66 70 67 71 friend class EventTest;
Note: See TracChangeset
for help on using the changeset viewer.