]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/mvc/event.h
'conflict' dialog now contains list of events in conflict with given eventId
[toast/confclerk.git] / src / mvc / event.h
index 822694d3c45020a5c5408f36736cde290688e49a..8d55cef91cd0949f2e86789ba3d62a867b9af132 100644 (file)
@@ -27,6 +27,7 @@ public:
     static QList<Event> nowEvents(int conferenceId, QString orderBy); // get events scheduled NOW
     static QList<Event> getByTrack(int id);
     static QList<Event> getByDateAndRoom(const QDate& date, int conferenceId);
+    static QList<Event> conflictEvents(int aEventId, int conferenceId);
 public:
     int id() const { return value("id").toInt(); }
     int conferenceId() const { return value("xid_conference").toInt(); }