diff options
Diffstat (limited to 'mappingtreemodel.cpp')
-rw-r--r-- | mappingtreemodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mappingtreemodel.cpp b/mappingtreemodel.cpp index 2cf4445..25d7921 100644 --- a/mappingtreemodel.cpp +++ b/mappingtreemodel.cpp @@ -520,6 +520,7 @@ QList<QVariant> MappingTreeResultModel::columnValues(int column) const { void MappingTreeResultModel::clearData(){ setRoot(new SmTreeItem(NumFields)); + mCurrentData.clear(); } int MappingTreeResultModel::hasChild(SmTreeItem *item, const QVariant &name, int column) const{ |