summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpixelformat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qpixelformat.cpp')
-rw-r--r--src/gui/kernel/qpixelformat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qpixelformat.cpp b/src/gui/kernel/qpixelformat.cpp
index 3100d13398..7a47dd472c 100644
--- a/src/gui/kernel/qpixelformat.cpp
+++ b/src/gui/kernel/qpixelformat.cpp
@@ -521,7 +521,7 @@ QT_BEGIN_NAMESPACE
\internal
*/
-Q_STATIC_ASSERT(sizeof(QPixelFormat) == sizeof(quint64));
+static_assert(sizeof(QPixelFormat) == sizeof(quint64));
namespace QtPrivate {