diff options
author | Keiji Costantini <strites@gmail.com> | 2013-12-30 02:22:49 +0100 |
---|---|---|
committer | Keiji Costantini <strites@gmail.com> | 2013-12-30 02:22:49 +0100 |
commit | 591f832239794c445620ce68c03a37429d5ad102 (patch) | |
tree | 46bc26288e912bf58cf781b68b3c7530e8d784f0 /media-sound | |
parent | Amarok fixes to compile with gcc 4.7 and a (somewhat) recent environment (diff) | |
download | kde-sunset-591f832239794c445620ce68c03a37429d5ad102.tar.gz kde-sunset-591f832239794c445620ce68c03a37429d5ad102.tar.bz2 kde-sunset-591f832239794c445620ce68c03a37429d5ad102.zip |
forgot a patch
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok/files/amarok-qt3-4.7.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/amarok/files/amarok-qt3-4.7.patch b/media-sound/amarok/files/amarok-qt3-4.7.patch new file mode 100644 index 00000000..5bfee149 --- /dev/null +++ b/media-sound/amarok/files/amarok-qt3-4.7.patch @@ -0,0 +1,11 @@ +--- amarok/src/osd.h.orig 2011-09-27 17:47:26.000000000 +0300 ++++ amarok/src/osd.h 2011-09-27 17:47:43.000000000 +0300 +@@ -37,7 +37,7 @@ + + public slots: + /** calls setText() then show(), after setting image if needed */ +- void show( const QString &text, QImage newImage = QImage::QImage() ); ++ void show( const QString &text, QImage newImage = QImage() ); + void ratingChanged( const short rating ); + void ratingChanged( const QString& path, int rating ); + void volChanged( unsigned char volume ); |