summaryrefslogtreecommitdiffstats
path: root/seriestreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'seriestreemodel.cpp')
-rw-r--r--seriestreemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/seriestreemodel.cpp b/seriestreemodel.cpp
index 62e2edc..b657d9b 100644
--- a/seriestreemodel.cpp
+++ b/seriestreemodel.cpp
@@ -143,7 +143,7 @@ bool SeriesTreeModel::setData(const QModelIndex &index, const QVariant &value, i
SmTreeItem *curItem = static_cast<SmTreeItem*>(index.internalPointer());
curItem->setData(Name, value);
emit dataChanged(index, index);
- mDb.commit();
+ emit needResort();
return true;
}
}