X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=playlistmainwindow.h;h=55ecd06d44832343dd5fb4fdf7a5fc79e107858f;hb=bc1207ac199e76b57299d3f46188da5ce6aaf5a5;hp=e6dee7b98a2bf91e62948608624ac5f69881b0cc;hpb=1e0d0f92d5d6e921aba644d49ce027f8e88ab5ab;p=vlc-remote diff --git a/playlistmainwindow.h b/playlistmainwindow.h index e6dee7b..55ecd06 100644 --- a/playlistmainwindow.h +++ b/playlistmainwindow.h @@ -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);