summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-04-25 09:54:39 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-04-25 08:12:27 +0000
commit8dd8d68bdc0a2c961d516c80a6b8b3a557c266bf (patch)
tree5d0b87e886dbb1bf3945d0774560b695b7a32817 /src/shared
parent58e43d9287f67035df148884289d5bf5f0df881e (diff)
downloadqt-creator-8dd8d68bdc0a2c961d516c80a6b8b3a557c266bf.tar.gz
Fix Windows build build with namespaced Qt
This amends 08e1fbbbfa. Fixes: QTCREATORBUG-22305 Change-Id: Ie929a61e1eefbaafd7e5f9d719dc22426073e2fa Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/proparser/registry_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/proparser/registry_p.h b/src/shared/proparser/registry_p.h
index 8defcbae95..1267bc04c5 100644
--- a/src/shared/proparser/registry_p.h
+++ b/src/shared/proparser/registry_p.h
@@ -35,6 +35,8 @@
#include <QtCore/qstring.h>
+QT_BEGIN_NAMESPACE
+
namespace QMakeInternal {
/**
@@ -53,3 +55,5 @@ QString qt_readRegistryKey(HKEY parentHandle, const QString &rSubkey,
unsigned long options = 0);
} // namespace QMakeInternal
+
+QT_END_NAMESPACE