forked from qt-creator/qt-creator
Core::Constants: Rename close icon constants to reflect file name
Change-Id: Ic88d9a87a9eb08e597a0aa5652ac061b54d86d1e Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -199,9 +199,9 @@ 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";
|
||||
const char ICON_CLOSE[] = ":/core/images/closebutton.png";
|
||||
const char ICON_CLOSE_DARK[] = ":/core/images/darkclosebutton.png";
|
||||
const char ICON_BUTTON_CLOSE[] = ":/core/images/button_close.png";
|
||||
const char ICON_CLOSE_BUTTON[] = ":/core/images/closebutton.png";
|
||||
const char ICON_DARK_CLOSE_BUTTON[] = ":/core/images/darkclosebutton.png";
|
||||
const char ICON_DARK_CLOSE[] = ":/core/images/darkclose.png";
|
||||
const char ICON_SPLIT_HORIZONTAL[] = ":/core/images/splitbutton_horizontal.png";
|
||||
const char ICON_SPLIT_VERTICAL[] = ":/core/images/splitbutton_vertical.png";
|
||||
|
||||
Reference in New Issue
Block a user