X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/1bcd66f3a4a3d201f3e45334affcc3b8a6c4b153..6123b4802e094983b3f0bfa29e0f7cac27bb0be2:/src/mvc/event.h diff --git a/src/mvc/event.h b/src/mvc/event.h index a96ed19..822694d 100644 --- a/src/mvc/event.h +++ b/src/mvc/event.h @@ -48,6 +48,7 @@ public: int roomId() const; QStringList persons() const; QList conflicts() const; + QMap links() const; void setId(int id) { setValue("id", id); } void setConferenceId(int conferenceId) { setValue("xid_conference", conferenceId); } @@ -66,6 +67,7 @@ public: // records from other tables associated with 'id' void setRoom(const QString& room); void setPersons(const QStringList &persons); + void setLinks(const QMap &aLinks); void updateConflicts(); friend class EventTest;