Refactored PlayList handling to recursive function.
[vlc-remote] / playlistmainwindow.h
index e6dee7b..55ecd06 100644 (file)
@@ -56,6 +56,7 @@ public slots:
 protected slots:
     void parseXmlPlayList();
     void updateList();
+    void parsePlayListItem(QDomNode *node, QString *extension, bool *hasArt, int *currentLeafId, int depth);
 
 signals:
     void idUpdated(int id, bool hasArt, QString extension);