1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

[whatsnew] Add new page logo

This commit is contained in:
Uwe L. Korn
2014-07-10 21:32:27 +01:00
parent fdd5ad6d96
commit 6c7d459e02
3 changed files with 2 additions and 1 deletions

View File

@@ -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 ( RESPATH "images/dashboard.svg" ); } const QString pixmapPath() const { return ( ":/whatsnew_0_8/data/images/whatsnew.png" ); }
bool isDeletable() const { return true; } bool isDeletable() const { return true; }
int sortValue() { return 1; } int sortValue() { return 1; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -11,5 +11,6 @@
<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>