aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2020-12-16 12:18:15 +0100
committerJan Arve Sæther <jan-arve.saether@qt.io>2021-01-11 09:17:45 +0000
commit672a085366f0e3e653f374537624a52ada047650 (patch)
treeedbdb5d465185a4c67da10cc3ae69ef44ee75f1a /src/imports
parentc61a5a1abda2b1b3e00886e89a1b4b8ff4c91078 (diff)
QQuickStyleItem: use correct enum number
It should of course be 4, not 3. The result of it being 3 is that we would always also print info when debugging imagerect. Pick-to: 6.0 Change-Id: I257159b25b8aad1848d82af9855ecd194e7360a0 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/nativestyle/items/qquickstyleitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/nativestyle/items/qquickstyleitem.h b/src/imports/nativestyle/items/qquickstyleitem.h
index e262055f..c21a2b0b 100644
--- a/src/imports/nativestyle/items/qquickstyleitem.h
+++ b/src/imports/nativestyle/items/qquickstyleitem.h
@@ -196,7 +196,7 @@ public:
NoDebug = 0x000,
Debug = 0x001,
Info = 0x002,
- ImageRect = 0x003,
+ ImageRect = 0x004,
ContentRect = 0x008,
LayoutRect = 0x010,
Unscaled = 0x020,