forked from qt-creator/qt-creator
Help: Rename handleHelpRequest to showHelpUrl
Since that is what it does. Change-Id: I13ffe21cdb625a0df1313f2ff09bf84196f08768 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -247,7 +247,7 @@ QByteArray HelpManager::fileData(const QUrl &url)
|
||||
return d->m_helpEngine->fileData(url);
|
||||
}
|
||||
|
||||
void HelpManager::handleHelpRequest(const QUrl &url, Core::HelpManager::HelpViewerLocation location)
|
||||
void HelpManager::showHelpUrl(const QUrl &url, Core::HelpManager::HelpViewerLocation location)
|
||||
{
|
||||
emit m_instance->helpRequested(url, location);
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ public:
|
||||
|
||||
static void aboutToShutdown();
|
||||
|
||||
Q_INVOKABLE void handleHelpRequest(
|
||||
Q_INVOKABLE void showHelpUrl(
|
||||
const QUrl &url,
|
||||
Core::HelpManager::HelpViewerLocation location = Core::HelpManager::HelpModeAlways) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user