diff options
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index be39f11be..1f7015eb7 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -206,7 +206,7 @@ public slots: /*! * This is a convenience function and is the same as calling \b selectedPlayList()->add(tracks) */ - void add(QList <PlayListTrack *> tracks); + void add(const QList<PlayListTrack *> &tracks); /*! * This is a convenience function and is the same as calling \b selectedPlayList()->add(path) */ |
