summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qwinregistry_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qwinregistry_p.h')
-rw-r--r--src/corelib/kernel/qwinregistry_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qwinregistry_p.h b/src/corelib/kernel/qwinregistry_p.h
index 0de1bfe0f5..20b2d10dd7 100644
--- a/src/corelib/kernel/qwinregistry_p.h
+++ b/src/corelib/kernel/qwinregistry_p.h
@@ -58,7 +58,7 @@ public:
// ### TODO: Remove once all usages are migrated to new interface.
QString stringValue(QStringView subKey) const;
- QPair<DWORD, bool> dwordValue(QStringView subKey) const;
+ std::pair<DWORD, bool> dwordValue(QStringView subKey) const;
private:
HKEY m_key = nullptr;