1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

[whatsnew] Move icon to main resources

This commit is contained in:
Uwe L. Korn
2014-07-13 19:20:20 +01:00
parent da7c638f6e
commit e1413254da
4 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -194,5 +194,6 @@
<file>data/www/index.html</file>
<file>data/images/beatsmusic.svg</file>
<file>data/images/ipv6-logo.svg</file>
<file>data/images/whatsnew.png</file>
</qresource>
</RCC>

View File

@@ -87,7 +87,7 @@ public:
const QString defaultName() { return WHATSNEW_0_8_VIEWPAGE_NAME; }
QString title() const { return tr( "What's new in 0.8?" ); }
QString description() const { return tr( "An overview of the changes and additions since 0.7." ); }
const QString pixmapPath() const { return ( ":/whatsnew_0_8/data/images/whatsnew.png" ); }
const QString pixmapPath() const { return ( RESPATH "images/whatsnew.png" ); }
bool isDeletable() const { return true; }
int sortValue() { return 1; }

View File

@@ -11,6 +11,5 @@
<file>data/images/design-screenshot.png</file>
<file>data/images/android.png</file>
<file>data/images/tomahawk-android.png</file>
<file>data/images/whatsnew.png</file>
</qresource>
</RCC>