forked from qt-creator/qt-creator
ExternalTools: Use tool tip for effective arguments
Having the same line twice is confusing Change-Id: Ib85afeb1867cb5bb3fbbdff584fb63f4fe496ea8 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
2c68c80196
commit
d8b6c19fef
@@ -609,6 +609,6 @@ void ExternalToolConfig::addCategory()
|
||||
|
||||
void ExternalToolConfig::updateEffectiveArguments()
|
||||
{
|
||||
ui->effectiveArguments->setText(Utils::QtcProcess::expandMacros(ui->arguments->text(),
|
||||
ui->arguments->setToolTip(Utils::QtcProcess::expandMacros(ui->arguments->text(),
|
||||
Core::VariableManager::instance()->macroExpander()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user