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:
Giuseppe D'Angelo 2020-11-22 16:02:16 +01:00
parent f9d172f5a1
commit 910203afb4

View File

@ -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;