summaryrefslogtreecommitdiffstats
path: root/seriestreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'seriestreemodel.h')
-rw-r--r--seriestreemodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/seriestreemodel.h b/seriestreemodel.h
index 6d88535..67be97c 100644
--- a/seriestreemodel.h
+++ b/seriestreemodel.h
@@ -29,6 +29,7 @@ class SeriesTreeModel : public SmTreeModel {
Qt::ItemFlags flags(const QModelIndex &index) const;
QVariant data(const QModelIndex &index, int role) const;
bool setData(const QModelIndex &index, const QVariant &value, int role);
+ QList<QVariant> childrenColumnList(const QModelIndex &parent, int column) const;
//find
QModelIndex findValue(const QVariant &value, const QModelIndex &parent = QModelIndex(), int column = 0) const;