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:
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -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>
|
||||
|
@@ -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; }
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user