From dea76f3496ee077e271b334c7e8101fed5119481 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Fri, 23 Sep 2011 15:01:04 +0200 Subject: Make qtbase build with Qt-in-namespace again Change-Id: I5faa8690a05d6ec352fc69c0b69848539f2ed216 Reviewed-on: http://codereview.qt-project.org/5460 Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- src/gui/kernel/qplatformopenglcontext_qpa.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/kernel/qplatformopenglcontext_qpa.cpp') diff --git a/src/gui/kernel/qplatformopenglcontext_qpa.cpp b/src/gui/kernel/qplatformopenglcontext_qpa.cpp index 2957b4db4b..26920cc574 100644 --- a/src/gui/kernel/qplatformopenglcontext_qpa.cpp +++ b/src/gui/kernel/qplatformopenglcontext_qpa.cpp @@ -41,6 +41,8 @@ #include "qplatformopenglcontext_qpa.h" +QT_BEGIN_NAMESPACE + /*! \class QPlatformOpenGLContext \since 4.8 @@ -109,3 +111,5 @@ void QPlatformOpenGLContext::setContext(QOpenGLContext *context) Q_D(QPlatformOpenGLContext); d->context = context; } + +QT_END_NAMESPACE -- cgit v1.2.3