summaryrefslogtreecommitdiffstats
path: root/common/modelresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/modelresult.h')
-rw-r--r--common/modelresult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/modelresult.h b/common/modelresult.h
index 298e157..ec62a67 100644
--- a/common/modelresult.h
+++ b/common/modelresult.h
@@ -45,6 +45,7 @@ public:
45 int rowCount(const QModelIndex &parent = QModelIndex()) const; 45 int rowCount(const QModelIndex &parent = QModelIndex()) const;
46 int columnCount(const QModelIndex &parent = QModelIndex()) const; 46 int columnCount(const QModelIndex &parent = QModelIndex()) const;
47 QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const; 47 QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;
48 QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
48 QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex()) const; 49 QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex()) const;
49 QModelIndex parent(const QModelIndex &index) const; 50 QModelIndex parent(const QModelIndex &index) const;
50 bool hasChildren(const QModelIndex &parent = QModelIndex()) const; 51 bool hasChildren(const QModelIndex &parent = QModelIndex()) const;