From f6e7eb2811c57626d87ba498a96f2702b79730d5 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 9 Jul 2015 17:59:33 +0200 Subject: fix namespaced build Change-Id: I319f73aaeef2656dc628873a460607d6944d7432 Reviewed-by: Simon Hausmann --- src/plugins/scenegraph/softwarecontext/threadedrenderloop.cpp | 2 ++ src/plugins/scenegraph/softwarecontext/threadedrenderloop.h | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'src/plugins') diff --git a/src/plugins/scenegraph/softwarecontext/threadedrenderloop.cpp b/src/plugins/scenegraph/softwarecontext/threadedrenderloop.cpp index 23e36bf20d..8ed5a84bc8 100644 --- a/src/plugins/scenegraph/softwarecontext/threadedrenderloop.cpp +++ b/src/plugins/scenegraph/softwarecontext/threadedrenderloop.cpp @@ -1114,4 +1114,6 @@ QImage ThreadedRenderLoop::grab(QQuickWindow *window) return result; } +QT_END_NAMESPACE + #include "threadedrenderloop.moc" diff --git a/src/plugins/scenegraph/softwarecontext/threadedrenderloop.h b/src/plugins/scenegraph/softwarecontext/threadedrenderloop.h index 7e3bcb2d79..f5c640bb76 100644 --- a/src/plugins/scenegraph/softwarecontext/threadedrenderloop.h +++ b/src/plugins/scenegraph/softwarecontext/threadedrenderloop.h @@ -23,6 +23,8 @@ #include +QT_BEGIN_NAMESPACE + class RenderThread; class ThreadedRenderLoop : public QSGRenderLoop @@ -94,4 +96,6 @@ private: bool m_lockedForSync; }; +QT_END_NAMESPACE + #endif // THREADEDRENDERLOOP_H -- cgit v1.2.3