summaryrefslogtreecommitdiffstats
path: root/mappingtreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r--mappingtreemodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mappingtreemodel.h b/mappingtreemodel.h
index c8ee8ee..1c35db9 100644
--- a/mappingtreemodel.h
+++ b/mappingtreemodel.h
@@ -45,6 +45,7 @@ class MappingTreeModel : public SmTreeModel {
MappingData mappingDataFromId(int mappingId) const;
void setSelectedMappings(const QList<int> &mappingData);
QStringList paths() const;
+ const QString &forbidden() const { return mForbidden; }
public slots:
void populate();
@@ -81,8 +82,8 @@ class MappingTreeModel : public SmTreeModel {
QList<mappingType> mMappingTypes;
QList<MappingData> mValidMappings;
QList<int> mSelectedMappings;
+ const QString mForbidden;
int mType;
-
};
class MappingTreeResultModel : public SmTreeModel {