summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-20 09:59:58 +0200
committerMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2015-10-20 09:30:28 +0000
commit6df48eb668be4db85c48a4ae3ed22be2c70a9041 (patch)
treed0e120231a33ca61ff7925a7f296ea82de90e31c /src/corelib
parentdd8351b654180205c63e06c5099a1329762a91d2 (diff)
Fix compilation on OSX when building in a namespace.
Change-Id: I377d9ffe95b72e098a91e6da564b59a56b34cf4e Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/kernel/qcfsocketnotifier.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/kernel/qcfsocketnotifier.cpp b/src/corelib/kernel/qcfsocketnotifier.cpp
index 19f9e744b8..24e1e0ac9a 100644
--- a/src/corelib/kernel/qcfsocketnotifier.cpp
+++ b/src/corelib/kernel/qcfsocketnotifier.cpp
@@ -36,6 +36,7 @@
#include <QtCore/qsocketnotifier.h>
#include <QtCore/qthread.h>
+QT_BEGIN_NAMESPACE
/**************************************************************************
Socket Notifiers
@@ -301,3 +302,5 @@ void QCFSocketNotifier::enableSocketNotifiers(CFRunLoopObserverRef ref, CFRunLoo
}
}
}
+
+QT_END_NAMESPACE