Help: Move Help icons from Core to Help

These three images are only used in the Help plugin,
therefore they fit better into the Help resources.

Change-Id: I597494cc804e751d4f653bd7eb837a5f2f2e3b4b
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Alessandro Portale
2014-06-02 12:56:02 +02:00
parent ecbf4c7786
commit 3d42c2b739
8 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ HelpMode::HelpMode(QObject *parent)
{
setObjectName(QLatin1String("HelpMode"));
setContext(Core::Context(Constants::C_MODE_HELP));
setIcon(QIcon(QLatin1String(":/fancyactionbar/images/mode_Reference.png")));
setIcon(QIcon(QLatin1String(":/help/images/mode_help.png")));
setDisplayName(QCoreApplication::translate("Help::Internal::HelpMode", "Help"));
setPriority(Constants::P_MODE_HELP);
setId(Constants::ID_MODE_HELP);