summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
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