aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmanagerconfigwidget.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2016-09-23 00:39:50 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2016-09-26 11:52:00 +0000
commit59b7601c58fb2a4bbc2505c6455f2608ba41fd1d (patch)
tree30057b9decb9b84d42fc1b6585ef506daf5d1a50 /src/plugins/projectexplorer/kitmanagerconfigwidget.h
parent4e3dcbd4d8addd811229d74865754d69ce432721 (diff)
ProjectExplorer: default icons for IDevice
Enable devices to define their default themable icon. Kit icons are now by default the Desktopdevice icon, overridable by the device icon of the kit's device, in turn overridable by an icon file path. KitManagerConfigWidget: The browse button for the Kit icon gets a "reset" action. Change-Id: I6328ba7d640393aee2c324c592e76b4d5430586a Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/kitmanagerconfigwidget.h')
-rw-r--r--src/plugins/projectexplorer/kitmanagerconfigwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/kitmanagerconfigwidget.h b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
index 2054304a5b..69da6776bc 100644
--- a/src/plugins/projectexplorer/kitmanagerconfigwidget.h
+++ b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
@@ -75,6 +75,7 @@ signals:
private:
void setIcon();
+ void resetIcon();
void setDisplayName();
void setFileSystemFriendlyName();
void workingCopyWasUpdated(ProjectExplorer::Kit *k);