summaryrefslogtreecommitdiffstats
path: root/mappingtreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r--mappingtreemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mappingtreemodel.h b/mappingtreemodel.h
index 5e9140a..411a0b2 100644
--- a/mappingtreemodel.h
+++ b/mappingtreemodel.h
@@ -81,7 +81,7 @@ class MappingTreeModel : public SmTreeModel {
QSqlQuery *mDeleteMappingParentQ;
QList<mappingType> mMappingTypes;
QList<MappingData> mValidMappings;
- QList<int> mSelectedMappings;
+ QList<SmTreeItem*> mSelectedMappings;
const QString mForbidden;
int mType;
};