summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qlayoutitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qlayoutitem.h')
-rw-r--r--src/widgets/kernel/qlayoutitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qlayoutitem.h b/src/widgets/kernel/qlayoutitem.h
index 405627ccef..a0d24ccbe4 100644
--- a/src/widgets/kernel/qlayoutitem.h
+++ b/src/widgets/kernel/qlayoutitem.h
@@ -49,7 +49,7 @@
QT_BEGIN_NAMESPACE
-Q_DECL_UNUSED static const int QLAYOUTSIZE_MAX = INT_MAX/256/16;
+[[maybe_unused]] static const int QLAYOUTSIZE_MAX = INT_MAX/256/16;
class QLayout;
class QLayoutItem;