ToolChain: Do not rerun compiler when creating a widget for it

I see no reason why we need to do that.

Change-Id: Ie868063dc35bc8d56f066a4e9826b471773fe0fc
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Tobias Hunger
2014-07-21 14:35:27 +02:00
parent 6175c16a6d
commit 90150b55d6

View File

@@ -882,7 +882,6 @@ GccToolChainConfigWidget::GccToolChainConfigWidget(GccToolChain *tc) :
addErrorLabel();
setFromToolchain();
handleCompilerCommandChange();
connect(m_compilerCommand, SIGNAL(changed(QString)), this, SLOT(handleCompilerCommandChange()));
connect(m_platformCodeGenFlagsLineEdit, SIGNAL(editingFinished()), this, SLOT(handlePlatformCodeGenFlagsChange()));