mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
[whatsnew] Add new page logo
This commit is contained in:
parent
fdd5ad6d96
commit
6c7d459e02
@ -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 ( RESPATH "images/dashboard.svg" ); }
|
||||
const QString pixmapPath() const { return ( ":/whatsnew_0_8/data/images/whatsnew.png" ); }
|
||||
bool isDeletable() const { return true; }
|
||||
|
||||
int sortValue() { return 1; }
|
||||
|
BIN
src/viewpages/whatsnew_0_8/data/images/whatsnew.png
Normal file
BIN
src/viewpages/whatsnew_0_8/data/images/whatsnew.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -11,5 +11,6 @@
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user