diff options
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r-- | mappingtreemodel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mappingtreemodel.h b/mappingtreemodel.h index ad4ff85..90eca8c 100644 --- a/mappingtreemodel.h +++ b/mappingtreemodel.h @@ -90,7 +90,6 @@ class MappingTreeModel : public SmTreeModel { const QString mForbidden; int mType; QSqlError mLastError; - QList<QVariant> mSeen; }; class MappingTreeResultModel : public SmTreeModel { @@ -121,7 +120,7 @@ struct MappingData { bool isValid(); int mappingId; int parentId; - int myId; + int descId; QString name; QList<QStringList> path; }; |