aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/quicknativestyle/items/qquickstyleitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicknativestyle/items/qquickstyleitem.h b/src/quicknativestyle/items/qquickstyleitem.h
index f65e5268bf..108f080c92 100644
--- a/src/quicknativestyle/items/qquickstyleitem.h
+++ b/src/quicknativestyle/items/qquickstyleitem.h
@@ -208,8 +208,8 @@ public:
NinePatchMargins = 0x100,
SaveImage = 0x200,
};
- Q_FLAG(DebugFlag)
Q_DECLARE_FLAGS(DebugFlags, DebugFlag)
+ Q_FLAG(DebugFlags)
#endif
explicit QQuickStyleItem(QQuickItem *parent = nullptr);