Skip to content
Snippets Groups Projects
Commit a887b17b authored by kh's avatar kh
Browse files

* windows build fix with namespace configured Qt

* Reviewed-by: hjk
parent f812780e
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,10 @@ ...@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment