aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/helpitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/helpitem.cpp')
-rw-r--r--src/plugins/coreplugin/helpitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/helpitem.cpp b/src/plugins/coreplugin/helpitem.cpp
index 544c9be9c9..2a972cb98e 100644
--- a/src/plugins/coreplugin/helpitem.cpp
+++ b/src/plugins/coreplugin/helpitem.cpp
@@ -211,7 +211,7 @@ const HelpItem::Links &HelpItem::links() const
m_helpLinks.emplace(Links{{m_keyword, m_helpUrl}});
} else {
m_helpLinks.emplace(); // set a value even if there are no help IDs
- QMap<QString, QUrl> helpLinks;
+ QMultiMap<QString, QUrl> helpLinks;
for (const QString &id : m_helpIds) {
helpLinks = Core::HelpManager::linksForIdentifier(id);
if (!helpLinks.isEmpty()) {