X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/f2ef73594f340cb2076cdfdee87f9c3baa5d5160..699d5b8b1b53e8b3866150d59799d8cd96a53d63:/src/mvc/delegate.h diff --git a/src/mvc/delegate.h b/src/mvc/delegate.h index 269e35e..98bef42 100644 --- a/src/mvc/delegate.h +++ b/src/mvc/delegate.h @@ -71,6 +71,7 @@ class Delegate : public QItemDelegate // every time it requires them int numberOfFavourities(const QModelIndex &index) const; int numberOfAlarms(const QModelIndex &index) const; + bool hasTimeConflict(const QModelIndex &index, const QModelIndex &parent) const; private: QPointer mViewPtr;