Changeset 395d6d3 in confclerk_git for src/mvc/event.h
- Timestamp:
- 01/19/10 20:44:23 (13 years ago)
- Branches:
- master, qt5
- Children:
- 9208bdb
- Parents:
- c53a3f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
rc53a3f4 r395d6d3 49 49 // records from other tables associated with 'id' 50 50 QString room() const; 51 QStringList persons() const; 51 52 52 53 // Table 1 … … 68 69 // records from other tables associated with 'id' 69 70 void setRoom(const QString& room); 71 void setPersons(const QStringList &persons); 70 72 71 73 friend class EventTest;
Note: See TracChangeset
for help on using the changeset viewer.