aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsimporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlcompiler/qqmljsimporter.cpp')
-rw-r--r--src/qmlcompiler/qqmljsimporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlcompiler/qqmljsimporter.cpp b/src/qmlcompiler/qqmljsimporter.cpp
index 618082224c..8147e3ccf1 100644
--- a/src/qmlcompiler/qqmljsimporter.cpp
+++ b/src/qmlcompiler/qqmljsimporter.cpp
@@ -780,7 +780,7 @@ bool QQmlJSImporter::importHelper(const QString &module, AvailableTypes *types,
QQmlJS::ContextualTypes::INTERNAL, {}, {}, types->cppNames.arrayType())));
m_cachedImportTypes[cacheKey] = cacheTypes;
- const QPair<QString, QTypeRevision> importId { module, version };
+ const std::pair<QString, QTypeRevision> importId { module, version };
const auto it = m_seenImports.constFind(importId);
if (it != m_seenImports.constEnd()) {