X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/336fa33e20b71c122b3f29d9eb65587ac57c1b4e..9f367eb1ca61e58058b62e462f1759d87aa10ec3:/src/mvc/delegate.h diff --git a/src/mvc/delegate.h b/src/mvc/delegate.h index 42cce94..3f544f7 100644 --- a/src/mvc/delegate.h +++ b/src/mvc/delegate.h @@ -43,7 +43,6 @@ class Delegate : public QItemDelegate { return QRect(drawPoint(aRect), drawPoint(aRect)+QPoint(mImage->size().width(),mImage->size().height())); } - bool hasConflict; private: ControlId mId; QImage *mImage; @@ -71,7 +70,6 @@ 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;