diff options
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r-- | mappingtreemodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mappingtreemodel.h b/mappingtreemodel.h index 1b5f3ea..6b20dbc 100644 --- a/mappingtreemodel.h +++ b/mappingtreemodel.h @@ -85,6 +85,7 @@ class MappingTreeResultModel : public SmTreeModel { Qt::ItemFlags flags(const QModelIndex &index) const; virtual QVariant data(const QModelIndex &index, int role) const; virtual bool setData(const QModelIndex &index, const QVariant &value, int role); + QList<QVariant> getMappings(SmTreeItem *start) const; QList<QVariant> columnValues(int column) const; void clearData(); |