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:
Orgad Shaneh
2013-02-10 22:44:28 +02:00
committed by Orgad Shaneh
parent 2c68c80196
commit d8b6c19fef
2 changed files with 9 additions and 26 deletions

View File

@@ -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()));
}