diff options
author | Andy Nichols <[email protected]> | 2016-03-04 13:54:34 +0100 |
---|---|---|
committer | Andy Nichols <[email protected]> | 2016-03-04 13:19:03 +0000 |
commit | d26f29afb5a9a563da74767a348422ca04da945e (patch) | |
tree | 0f3e42cb2aca1e85002bf1423b082d726d8a3b98 /src/plugins/scenegraph/softwarecontext/context.h | |
parent | 6afccbd1e25abd95a9c239e175442b79e12f8c87 (diff) |
Change-Id: I1d7c7dfc594f16ad8727d87ebd19021a05bd841e
Reviewed-by: Laszlo Agocs <[email protected]>
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/context.h')
-rw-r--r-- | src/plugins/scenegraph/softwarecontext/context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/context.h b/src/plugins/scenegraph/softwarecontext/context.h index 42a8175..f07e8f5 100644 --- a/src/plugins/scenegraph/softwarecontext/context.h +++ b/src/plugins/scenegraph/softwarecontext/context.h @@ -41,6 +41,8 @@ Q_DECLARE_LOGGING_CATEGORY(QSG_RASTER_LOG_TIME_RENDERER) Q_DECLARE_LOGGING_CATEGORY(QSG_RASTER_LOG_INFO) Q_DECLARE_LOGGING_CATEGORY(QSG_RASTER_LOG_RENDERLOOP) +QT_BEGIN_NAMESPACE + namespace SoftwareContext { @@ -77,4 +79,6 @@ public: } // namespace +QT_END_NAMESPACE + #endif // CONTEXT_H |