summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-06-03 14:04:30 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-06-04 13:49:58 +0000
commit0dc533ad670260a7e11ad36ec932c98614f7ca6d (patch)
tree6fbb92ddeec6d599ca10b287602ae0861afce9a8
parent5a7b0e9fcf9407839186876c3dae31957ce35a37 (diff)
downloadqt-creator-0dc533ad670260a7e11ad36ec932c98614f7ca6d.tar.gz
Fix Windows build build with namespaced Qt
For real this time. Amends 8dd8d68bdc. Fixes: QTCREATORBUG-22305 Change-Id: I61133f76b7e39a2b0168f8a6c19721231d443807 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--src/shared/proparser/registry.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/proparser/registry.cpp b/src/shared/proparser/registry.cpp
index 960b6f8e58..12c268ae2b 100644
--- a/src/shared/proparser/registry.cpp
+++ b/src/shared/proparser/registry.cpp
@@ -29,6 +29,8 @@
#include <QtCore/qstringlist.h>
#include "registry_p.h"
+QT_BEGIN_NAMESPACE
+
namespace QMakeInternal {
#ifdef Q_OS_WIN32
@@ -156,3 +158,4 @@ QString qt_readRegistryKey(HKEY parentHandle, const QString &rSubkey, unsigned l
} // namespace QMakeInternal
+QT_END_NAMESPACE