Fix compilation on OSX when building in a namespace.

Change-Id: I377d9ffe95b72e098a91e6da564b59a56b34cf4e
Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
This commit is contained in:
Erik Verbruggen 2015-10-20 09:59:58 +02:00 committed by Morten Johan Sørvig
parent dd8351b654
commit 6df48eb668

View File

@ -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