Skip to content

Commit

Permalink
activate new icons and remove old icons
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Aug 19, 2016
1 parent 3491bb0 commit 40bba1b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 41 deletions.
4 changes: 0 additions & 4 deletions src/Gui/BitmapFactory.cpp
Expand Up @@ -53,8 +53,6 @@
#include <App/Application.h>

#include "BitmapFactory.h"
#include "Icons/images.cpp"
#include "Icons/BmpFactoryIcons.cpp"

using namespace Gui;

Expand Down Expand Up @@ -118,8 +116,6 @@ BitmapFactoryInst& BitmapFactoryInst::instance(void)
_pcSingleton->addPath(QString::fromLatin1("%1/icons").arg(QString::fromUtf8(App::GetApplication().Config()["UserAppData"].c_str())));
_pcSingleton->addPath(QLatin1String(":/icons/"));
_pcSingleton->addPath(QLatin1String(":/Icons/"));

RegisterIcons();
}

return *_pcSingleton;
Expand Down
7 changes: 0 additions & 7 deletions src/Gui/Icons/BmpFactoryIcons.cpp

This file was deleted.

30 changes: 0 additions & 30 deletions src/Gui/Icons/images.cpp

This file was deleted.

1 change: 1 addition & 0 deletions src/Gui/Icons/resource.qrc
Expand Up @@ -146,6 +146,7 @@
<file>Std_WindowNext.svg</file>
<file>Std_WindowPrev.svg</file>
<file>Std_WindowTileVer.svg</file>
<file>WhatsThis.svg</file>
<file>colors.svg</file>
<file>px.svg</file>
</qresource>
Expand Down

0 comments on commit 40bba1b

Please sign in to comment.