aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/targetsettingspanel.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2016-09-28 14:55:40 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2016-09-29 07:24:53 +0000
commit7261276d0a09233d3b57191081fbb5ae78ba4141 (patch)
treea517355cb5f2d804ff0184ee6fead706da2a71a5 /src/plugins/projectexplorer/targetsettingspanel.cpp
parent06b362dcecba06f84387b9b7b64ab9faee57433f (diff)
ProjectExplorer: Show kit icons in the Project mode tree
Kits have nice icons. Why not show them? Change-Id: I67fa4ff0217d4262dabd2c9817ddbacc365bb8af Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/targetsettingspanel.cpp')
-rw-r--r--src/plugins/projectexplorer/targetsettingspanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/targetsettingspanel.cpp b/src/plugins/projectexplorer/targetsettingspanel.cpp
index 81e73245ff..bdac6689fc 100644
--- a/src/plugins/projectexplorer/targetsettingspanel.cpp
+++ b/src/plugins/projectexplorer/targetsettingspanel.cpp
@@ -354,7 +354,7 @@ public:
return Utils::Icons::ERROR.icon();
if (k->hasWarning())
return Utils::Icons::WARNING.icon();
- return Utils::Icons::EMPTY14.icon();
+ return k->icon();
}
case Qt::TextColorRole: {