summaryrefslogtreecommitdiffstats
path: root/src/widgets/configure.json
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-08-21 11:09:50 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-08-22 09:43:48 +0200
commit44fc2914be67055bbe609790fb7eaf1a643758e2 (patch)
tree384803d3cd6c48bab38a2615a80e9b303e71e0a5 /src/widgets/configure.json
parentb455a863a1df61337f36f2e8b43101ca21514697 (diff)
Goodbye showYellowThing
The code hasn't been working for at least 5 years, and is just making the repaint manager more complex. We can always re-introduce the feature at a later point. Change-Id: Ib07c782c821f3e653f9452f6fbfe2f87effccc92 Fixes: QTBUG-36435 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/widgets/configure.json')
-rw-r--r--src/widgets/configure.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/widgets/configure.json b/src/widgets/configure.json
index e8aa4c6cf9..0a68f082a2 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -627,12 +627,6 @@
"condition": "features.listview",
"output": [ "publicFeature", "feature" ]
},
- "paint_debug": {
- "label": "Painting Debug Utilities",
- "purpose": "Enabled debugging painting with the environment variables QT_FLUSH_UPDATE and QT_FLUSH_PAINT.",
- "section": "Painting",
- "output": [ "publicFeature", "feature" ]
- },
"completer": {
"label": "QCompleter",
"purpose": "Provides completions based on an item model.",