summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/coreconstants.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@digia.com>2014-06-12 17:54:46 +0200
committerEike Ziller <eike.ziller@digia.com>2014-06-13 12:15:54 +0200
commit23d3ada73fbc757ef7b43eb2e5018a70d28a3ace (patch)
tree73f3e949a932574919a1721dc22241e37123294b /src/plugins/coreplugin/coreconstants.h
parenta56fc82b0a2f7f6db73ec77a0790f69bd28a307b (diff)
downloadqt-creator-23d3ada73fbc757ef7b43eb2e5018a70d28a3ace.tar.gz
Move reload icon from diff editor to core
It is a generic icon, and will for example also be used in the Help plugin. Also make it more round and add a 2x variant for HiDPI. Change-Id: I2ad4fc1e2d2766042646a47483f129447c2c3c25 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Diffstat (limited to 'src/plugins/coreplugin/coreconstants.h')
-rw-r--r--src/plugins/coreplugin/coreconstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/coreconstants.h b/src/plugins/coreplugin/coreconstants.h
index 9d531139d4..8066161e0f 100644
--- a/src/plugins/coreplugin/coreconstants.h
+++ b/src/plugins/coreplugin/coreconstants.h
@@ -195,6 +195,7 @@ const char ICON_DIR[] = ":/core/images/dir.png";
const char ICON_CLEAN_PANE[] = ":/core/images/clean_pane_small.png";
const char ICON_CLEAR[] = ":/core/images/clear.png";
const char ICON_RESET[] = ":/core/images/reset.png";
+const char ICON_RELOAD_GRAY[] = ":/core/images/reload_gray.png";
const char ICON_MAGNIFIER[] = ":/core/images/magnifier.png";
const char ICON_TOGGLE_SIDEBAR[] = ":/core/images/sidebaricon.png";
const char ICON_CLOSE_DOCUMENT[] = ":/core/images/button_close.png";