summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index 0cefa63ae5..637e603c97 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -838,7 +838,7 @@
"label": "QSortFilterProxyModel",
"purpose": "Supports sorting and filtering of data passed between another model and a view.",
"section": "ItemViews",
- "condition": "features.proxymodel",
+ "condition": "features.proxymodel && features.regularexpression",
"output": [ "publicFeature", "feature" ]
},
"identityproxymodel": {