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:
@@ -1630,7 +1630,7 @@ void WatchModel::inputNewExpression()
|
||||
connect(buttons, &QDialogButtonBox::accepted, &dlg, &QDialog::accept);
|
||||
connect(buttons, &QDialogButtonBox::rejected, &dlg, &QDialog::reject);
|
||||
connect(hint, &QLabel::linkActivated, [](const QString &link) {
|
||||
HelpManager::handleHelpRequest(link); });
|
||||
HelpManager::showHelpUrl(link); });
|
||||
|
||||
if (dlg.exec() == QDialog::Accepted)
|
||||
m_handler->watchExpression(lineEdit->text().trimmed());
|
||||
|
||||
Reference in New Issue
Block a user