diff options
Diffstat (limited to 'src/plugins/platforms/webgl/qwebglcontext.cpp')
-rw-r--r-- | src/plugins/platforms/webgl/qwebglcontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |