Cosmetic changes to scrollin gon listwidget
[vlc-remote] / playlistmainwindow.h
index 7eba61f..6e87837 100644 (file)
@@ -47,6 +47,9 @@ public slots:
     void onRemove();
     void requestPlayList();
     void onListSelectionChanged();
+    void finished(QNetworkReply * reply);
+    void readReady();
+    void showPlayList();
 
 protected slots:
     void parseXmlPlayList();
@@ -65,6 +68,7 @@ private:
     VlcPlayListElementSimple mCurrentElement;
     int mCurrentVlcIndex;
     int mCurrentDepth;
+    QByteArray mResponse;
 };
 
 #endif // PLAYLISTMAINWINDOW_H