X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/ab6110bc7176aae425c802a61d6785e85f9360f3..005e2b7757187ea8f29df6fb4e6eb0311ff38066:/src/mvc/event.h diff --git a/src/mvc/event.h b/src/mvc/event.h index 9e3b7e8..8eaedc1 100644 --- a/src/mvc/event.h +++ b/src/mvc/event.h @@ -25,6 +25,7 @@ public: static QList getFavByDate(const QDate & date, int conferenceId); // get Favourities by Date static QList getSearchResultByDate(const QDate& date, int conferenceId, QString orderBy); static QList nowEvents(int conferenceId, QString orderBy); // get events scheduled NOW + static QList getByTrack(int id); public: int id() const { return value("id").toInt(); } int conferenceId() const { return value("xid_conference").toInt(); }