aboutsummaryrefslogtreecommitdiff
path: root/src/ui/playlistitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/playlistitem.h')
-rw-r--r--src/ui/playlistitem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/playlistitem.h b/src/ui/playlistitem.h
index 818bc7eeb..29181dcce 100644
--- a/src/ui/playlistitem.h
+++ b/src/ui/playlistitem.h
@@ -39,7 +39,8 @@ public:
*/
enum FLAGS{FREE = 0,EDITING,SCHEDULED_FOR_DELETION};
PlayListItem();
- PlayListItem(const QString& path);
+ //PlayListItem(const QString& path);
+ PlayListItem(FileInfo *info);
~PlayListItem();