summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/renderer/logging_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/renderers/opengl/renderer/logging_p.h')
-rw-r--r--src/plugins/renderers/opengl/renderer/logging_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/renderers/opengl/renderer/logging_p.h b/src/plugins/renderers/opengl/renderer/logging_p.h
index 8a550e22f..69c125195 100644
--- a/src/plugins/renderers/opengl/renderer/logging_p.h
+++ b/src/plugins/renderers/opengl/renderer/logging_p.h
@@ -59,6 +59,8 @@ namespace Qt3DRender {
namespace Render {
+namespace OpenGL {
+
Q_DECLARE_LOGGING_CATEGORY(Backend)
Q_DECLARE_LOGGING_CATEGORY(Frontend)
Q_DECLARE_LOGGING_CATEGORY(Io)
@@ -72,6 +74,8 @@ Q_DECLARE_LOGGING_CATEGORY(Shaders)
Q_DECLARE_LOGGING_CATEGORY(RenderStates)
Q_DECLARE_LOGGING_CATEGORY(VSyncAdvanceService)
+} // namespace OpenGL
+
} // namespace Render
} // namespace Qt3DRender