Changeset 412cef6 for src/mvc/event.h
- Timestamp:
- 01/28/10 13:43:19 (13 years ago)
- Branches:
- master, qt5
- Children:
- 8cb5c4f
- Parents:
- 438699c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
r438699c r412cef6 49 49 int roomId() const; 50 50 QStringList persons() const; 51 QList<int> conflicts() const;52 51 QMap<QString,QString> links() const; 53 52 … … 70 69 void setPersons(const QStringList &persons); 71 70 void setLinks(const QMap<QString,QString> &aLinks); 72 void updateConflicts();73 71 74 72 friend class EventTest;
Note: See TracChangeset
for help on using the changeset viewer.