Move icons to Utils

This way we can use them from libraries, not only from plugins.

Change-Id: Ic35cfd5f04d638d87606bf272b2c00ded1267c1b
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Ulf Hermann
2016-08-03 17:55:54 +02:00
parent 5d6f5ff2c9
commit 15fbfaf2e9
214 changed files with 598 additions and 654 deletions

View File

@@ -27,14 +27,13 @@
#include "styleanimator.h"
#include "coreicons.h"
#include <utils/algorithm.h>
#include <utils/hostosinfo.h>
#include <utils/stylehelper.h>
#include <utils/fancymainwindow.h>
#include <utils/theme/theme.h>
#include <utils/utilsicons.h>
#include <QApplication>
#include <QComboBox>
@@ -129,8 +128,8 @@ public:
};
ManhattanStylePrivate::ManhattanStylePrivate() :
extButtonPixmap(Core::Icons::TOOLBAR_EXTENSION.pixmap()),
closeButtonPixmap(Core::Icons::CLOSE_FOREGROUND.pixmap())
extButtonPixmap(Utils::Icons::TOOLBAR_EXTENSION.pixmap()),
closeButtonPixmap(Utils::Icons::CLOSE_FOREGROUND.pixmap())
{
}