// 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<QTreeView> mViewPtr;