Changeset 6123b48 in confclerk_git for src/mvc/event.h
- Timestamp:
- 01/27/10 13:31:23 (13 years ago)
- Branches:
- master, qt5
- Children:
- 33b5c34
- Parents:
- 1bcd66f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
r1bcd66f r6123b48 49 49 QStringList persons() const; 50 50 QList<int> conflicts() const; 51 QMap<QString,QString> links() const; 51 52 52 53 void setId(int id) { setValue("id", id); } … … 67 68 void setRoom(const QString& room); 68 69 void setPersons(const QStringList &persons); 70 void setLinks(const QMap<QString,QString> &aLinks); 69 71 void updateConflicts(); 70 72
Note: See TracChangeset
for help on using the changeset viewer.