summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/helpmanager.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-01-24 10:42:24 +0100
committerEike Ziller <eike.ziller@qt.io>2019-01-25 08:23:18 +0000
commit0345bcb7ccb4d42bfa8544075c72d022a1ac8ffa (patch)
tree7651f79bb443d4e14f1df3a24276c9851fcc94a1 /src/plugins/coreplugin/helpmanager.h
parentbbe0cd68fa589f45a90f8f25820601e19a7d14c3 (diff)
downloadqt-creator-0345bcb7ccb4d42bfa8544075c72d022a1ac8ffa.tar.gz
Help: Rename handleHelpRequest to showHelpUrl
Since that is what it does. Change-Id: I13ffe21cdb625a0df1313f2ff09bf84196f08768 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/plugins/coreplugin/helpmanager.h')
-rw-r--r--src/plugins/coreplugin/helpmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/coreplugin/helpmanager.h b/src/plugins/coreplugin/helpmanager.h
index a97f65b362..0027336504 100644
--- a/src/plugins/coreplugin/helpmanager.h
+++ b/src/plugins/coreplugin/helpmanager.h
@@ -66,8 +66,8 @@ CORE_EXPORT void unregisterDocumentation(const QStringList &nameSpaces);
CORE_EXPORT QMap<QString, QUrl> linksForIdentifier(const QString &id);
CORE_EXPORT QByteArray fileData(const QUrl &url);
-CORE_EXPORT void handleHelpRequest(const QUrl &url, HelpViewerLocation location = HelpModeAlways);
-CORE_EXPORT void handleHelpRequest(const QString &url, HelpViewerLocation location = HelpModeAlways);
+CORE_EXPORT void showHelpUrl(const QUrl &url, HelpViewerLocation location = HelpModeAlways);
+CORE_EXPORT void showHelpUrl(const QString &url, HelpViewerLocation location = HelpModeAlways);
} // HelpManager
} // Core