From 91068361c9c28f8280ccab26689a34fc842177c9 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 10 Jun 2024 08:10:07 +0200 Subject: Use Q_STATIC_LOGGING_CATEGORY Task-number: QTBUG-67692 Change-Id: Ied25e7895fc0ac14a32f0506e0d11e8b873a04f2 Reviewed-by: Volker Hilsheimer --- src/plugins/platforms/webgl/qwebglcontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/platforms/webgl/qwebglcontext.cpp') diff --git a/src/plugins/platforms/webgl/qwebglcontext.cpp b/src/plugins/platforms/webgl/qwebglcontext.cpp index e624595..15fcb93 100644 --- a/src/plugins/platforms/webgl/qwebglcontext.cpp +++ b/src/plugins/platforms/webgl/qwebglcontext.cpp @@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE -static Q_LOGGING_CATEGORY(lc, "qt.qpa.webgl.context") +Q_STATIC_LOGGING_CATEGORY(lc, "qt.qpa.webgl.context") class QWebGLContextPrivate { -- cgit v1.2.3