forked from qt-creator/qt-creator
CppEditor: Re-word misleading help text about clangd config files
Task-number: QTCREATORBUG-27965 Change-Id: Ic41cea9b7383ab4b7c8fa76a6d67f6221cd49fdd Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -333,8 +333,8 @@ ClangdSettingsWidget::ClangdSettingsWidget(const ClangdSettings::Data &settingsD
|
||||
const auto configFilesHelpLabel = new QLabel;
|
||||
configFilesHelpLabel->setText(tr("Additional settings are available via "
|
||||
"<a href=\"https://clangd.llvm.org/config\"> clangd configuration files</a>.<br>"
|
||||
"General settings go <a href=\"%1\">here</a> "
|
||||
"and can be overridden per project by putting a .clangd file into "
|
||||
"User-specific settings go <a href=\"%1\">here</a>, "
|
||||
"project-specific settings can be configured by putting a .clangd file into "
|
||||
"the project source tree.")
|
||||
.arg(ClangdSettings::clangdUserConfigFilePath().toUserOutput()));
|
||||
connect(configFilesHelpLabel, &QLabel::linkHovered, configFilesHelpLabel, &QLabel::setToolTip);
|
||||
|
||||
Reference in New Issue
Block a user