Changeset 78e3575 for src/mvc/event.h
- Timestamp:
- 02/03/10 14:19:18 (13 years ago)
- Branches:
- master, qt5
- Children:
- a1755df
- Parents:
- e296dc6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
re296dc6 r78e3575 66 66 QString room() const; 67 67 int roomId() const; 68 QStringList persons() const;68 QStringList persons(); 69 69 QMap<QString,QString> links() const; 70 70 … … 89 89 90 90 friend class EventTest; 91 92 private: 93 QStringList personsList; 91 94 }; 92 95
Note: See TracChangeset
for help on using the changeset viewer.