diff options
Diffstat (limited to 'src/ui/playlist.h')
| -rw-r--r-- | src/ui/playlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/playlist.h b/src/ui/playlist.h index ae6ea520e..1fef98927 100644 --- a/src/ui/playlist.h +++ b/src/ui/playlist.h @@ -88,7 +88,7 @@ class PlayList : public QWidget private: void updatePositions(); QString formatTime (int sec); - void drawPixmap (int, int); + void drawPixmap (QPainter *painter, int x, int y, const QPixmap &pix); void writeSettings(); void createMenus(); void createActions(); |
