summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-02-23 16:01:05 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2022-02-23 15:01:45 +0000
commit59982f1ca90e380088d792fd0865624462397b01 (patch)
tree3e1490b2310a4b49831e70bfcb4c983f438503a4
parent98a9dcfeea70fd51ce40a0553fa6067a2237b559 (diff)
downloadqt-creator-59982f1ca90e380088d792fd0865624462397b01.tar.gz
QmlDesigner: Remove superfluous update
Change-Id: I3bc4fc4b480e9cb895357580968c6568e7150cbb Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/plugins/qmldesigner/components/itemlibrary/itemlibrarymodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/components/itemlibrary/itemlibrarymodel.cpp b/src/plugins/qmldesigner/components/itemlibrary/itemlibrarymodel.cpp
index 9c856c9928..e1d078306c 100644
--- a/src/plugins/qmldesigner/components/itemlibrary/itemlibrarymodel.cpp
+++ b/src/plugins/qmldesigner/components/itemlibrary/itemlibrarymodel.cpp
@@ -234,8 +234,6 @@ void ItemLibraryModel::showAllHiddenCategories()
void ItemLibraryModel::setFlowMode(bool b)
{
m_flowMode = b;
- bool changed;
- updateVisibility(&changed);
}
ItemLibraryModel::ItemLibraryModel(QObject *parent)