aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/localapplicationruncontrol.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2016-04-22 15:13:58 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2016-04-22 15:13:58 +0200
commit4a826ada0486dd2c07b3932c6e62ad375f0edfbb (patch)
tree39360b652210c9d92506fe0c0170f8e45a91b159 /src/plugins/projectexplorer/localapplicationruncontrol.cpp
parent582c46d34f28f9e04af4d8179f455a603ded5ec7 (diff)
parent427bb8c363fc3ee0d9c12ca7ac01d47dc0f6f8f4 (diff)
Merge remote-tracking branch 'origin/4.0'
Conflicts: qtcreator.pri qtcreator.qbs Change-Id: I0cbc9d335073e3234f472aa43f462eef9a9178aa
Diffstat (limited to 'src/plugins/projectexplorer/localapplicationruncontrol.cpp')
-rw-r--r--src/plugins/projectexplorer/localapplicationruncontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/localapplicationruncontrol.cpp b/src/plugins/projectexplorer/localapplicationruncontrol.cpp
index 35a6c2c9e9..8ff9a9ab34 100644
--- a/src/plugins/projectexplorer/localapplicationruncontrol.cpp
+++ b/src/plugins/projectexplorer/localapplicationruncontrol.cpp
@@ -63,7 +63,7 @@ LocalApplicationRunControl::LocalApplicationRunControl(RunConfiguration *rc, Cor
: RunControl(rc, mode)
{
setRunnable(rc->runnable());
- setIcon(Core::Icons::RUN_SMALL);
+ setIcon(Core::Icons::RUN_SMALL_TOOLBAR);
connect(&m_applicationLauncher, &ApplicationLauncher::appendMessage,
this, static_cast<void(RunControl::*)(const QString &, Utils::OutputFormat)>(&RunControl::appendMessage));
connect(&m_applicationLauncher, &ApplicationLauncher::processStarted,