forked from qt-creator/qt-creator
* windows build fix with namespace configured Qt
* Reviewed-by: hjk
This commit is contained in:
@@ -41,8 +41,10 @@
|
|||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
class QWinEventNotifier;
|
class QWinEventNotifier;
|
||||||
class QTemporaryFile;
|
class QTemporaryFile;
|
||||||
|
QT_END_NAMESPACE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
|
|||||||
Reference in New Issue
Block a user