From 4da0809944474ccd059d0ab89d17f500c8d8d8ea Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 26 Sep 2010 07:22:18 +0000 Subject: fixed 'copy selection' patch (Avihay Baratz) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1914 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistitem.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/qmmpui/playlistitem.h') diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h index c1bec3e38..9ad51ee67 100644 --- a/src/qmmpui/playlistitem.h +++ b/src/qmmpui/playlistitem.h @@ -49,6 +49,10 @@ public: * Constructs an empty plalist item. */ PlayListItem(); + /*! + * Constructs a new PlayListItem that is a copy of the given \b item + */ + PlayListItem(const PlayListItem &item); /*! * Constructs plalist item with given metadata. * @param info Media file information. -- cgit v1.2.3-13-gbd6f