From 6102ab8d646d76a68bb460885394501e90b4fd1f Mon Sep 17 00:00:00 2001 From: Donald Carr Date: Wed, 2 May 2012 00:44:45 +0000 Subject: Make eglfs hooks functionality namespace cognisant Change-Id: Ie9f86bd0494c0423f50d0f405922ab169b2431e3 Reviewed-by: Girish Ramakrishnan --- .../linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp') diff --git a/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp b/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp index 16aee0c4f7..07967f762d 100644 --- a/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp +++ b/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp @@ -44,6 +44,8 @@ #include "default_directfb.h" +QT_BEGIN_NAMESPACE + // Exported to the directfb plugin QDirectFBEGLHooks platform_hook; static void *dbpl_handle; @@ -69,3 +71,4 @@ bool QDirectFBEGLHooks::hasCapability(QPlatformIntegration::Capability cap) cons } } +QT_END_NAMESPACE -- cgit v1.2.3