X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/21d7cc0bef2273a5794da526c056b1a9ec0bff52..d49254dfd400b8c543966a2979580db43a1fc867:/src/mvc/event.h diff --git a/src/mvc/event.h b/src/mvc/event.h index 822694d..8d55cef 100644 --- a/src/mvc/event.h +++ b/src/mvc/event.h @@ -27,6 +27,7 @@ public: static QList nowEvents(int conferenceId, QString orderBy); // get events scheduled NOW static QList getByTrack(int id); static QList getByDateAndRoom(const QDate& date, int conferenceId); + static QList conflictEvents(int aEventId, int conferenceId); public: int id() const { return value("id").toInt(); } int conferenceId() const { return value("xid_conference").toInt(); }