mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +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/www/index.html</file>
|
||||||
<file>data/images/beatsmusic.svg</file>
|
<file>data/images/beatsmusic.svg</file>
|
||||||
<file>data/images/ipv6-logo.svg</file>
|
<file>data/images/ipv6-logo.svg</file>
|
||||||
|
<file>data/images/whatsnew.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@@ -87,7 +87,7 @@ public:
|
|||||||
const QString defaultName() { return WHATSNEW_0_8_VIEWPAGE_NAME; }
|
const QString defaultName() { return WHATSNEW_0_8_VIEWPAGE_NAME; }
|
||||||
QString title() const { return tr( "What's new in 0.8?" ); }
|
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." ); }
|
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; }
|
bool isDeletable() const { return true; }
|
||||||
|
|
||||||
int sortValue() { return 1; }
|
int sortValue() { return 1; }
|
||||||
|
@@ -11,6 +11,5 @@
|
|||||||
<file>data/images/design-screenshot.png</file>
|
<file>data/images/design-screenshot.png</file>
|
||||||
<file>data/images/android.png</file>
|
<file>data/images/android.png</file>
|
||||||
<file>data/images/tomahawk-android.png</file>
|
<file>data/images/tomahawk-android.png</file>
|
||||||
<file>data/images/whatsnew.png</file>
|
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Reference in New Issue
Block a user