forked from qt-creator/qt-creator
Autotest: Move "sort alphabetically" icon to utils
Make it available for others. Change-Id: I2f167b82127ea7142b8185f0ec0402f1d054d06c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -186,6 +186,9 @@ const Icon LINK({
|
||||
{QLatin1String(":/utils/images/linkicon.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||
const Icon LINK_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/linkicon.png"), Theme::IconsBaseColor}});
|
||||
const Icon SORT_ALPHABETICALLY_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/sort_alphabetically.png"), Theme::IconsBaseColor}});
|
||||
|
||||
const Icon WARNING({
|
||||
{QLatin1String(":/utils/images/warningfill.png"), Theme::BackgroundColorNormal},
|
||||
{QLatin1String(":/utils/images/warning.png"), Theme::IconsWarningColor}}, Icon::Tint);
|
||||
|
||||
Reference in New Issue
Block a user