Drop a [[maybe_unused]] on a variable
Turn it into an inline variable. Change-Id: Iab7fa2d53259ced0b1a78bf7368e0e862ba2c799 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
f9d172f5a1
commit
910203afb4
@ -49,7 +49,7 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
[[maybe_unused]] static const int QLAYOUTSIZE_MAX = INT_MAX/256/16;
|
||||
inline constexpr int QLAYOUTSIZE_MAX = INT_MAX/256/16;
|
||||
|
||||
class QLayout;
|
||||
class QLayoutItem;
|
||||
|
Loading…
Reference in New Issue
Block a user