Advertisement
Guest User

Untitled

a guest
May 12th, 2010
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. --- amarok-1.4.10/amarok/src/osd.h.orig 2008-08-13 23:21:51.000000000 +0200
  2. +++ amarok-1.4.10/amarok/src/osd.h 2010-04-21 15:50:05.000000000 +0200
  3. @@ -37,7 +37,7 @@
  4.  
  5. public slots:
  6. /** calls setText() then show(), after setting image if needed */
  7. - void show( const QString &text, QImage newImage = QImage::QImage() );
  8. + void show( const QString &text, QImage newImage = QImage() );
  9. void ratingChanged( const short rating );
  10. void ratingChanged( const QString& path, int rating );
  11. void volChanged( unsigned char volume );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement