]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/mvc/delegate.h
Time conflict warning
[toast/confclerk.git] / src / mvc / delegate.h
index 269e35eb58ef2e84f6fc4d1124d8367abac0b25e..98bef422711466300b172132b24acbe7814b8379 100644 (file)
@@ -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<QTreeView> mViewPtr;