summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml')
-rw-r--r--share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml b/share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml
index d9d207b555..756a7a98a6 100644
--- a/share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml
+++ b/share/qtcreator/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml
@@ -234,6 +234,8 @@ Item {
id: searchBox
width: root.width - addMaterialButton.width
+
+ onSearchChanged: (searchText) => rootView.handleSearchfilterChanged(searchText)
}
IconButton {