Browser working correctly from a functional perspective.
[vlc-remote] / browsemainwindow.h
index 5f91467..d287019 100644 (file)
@@ -40,6 +40,8 @@ public slots:
     void onPlay();
     void onAddToPlaylist();
     void onListSelectionChanged();
+    void finished(QNetworkReply * reply);
+    void readReady();
 
 protected slots:
     void parseXmlDirectory();
@@ -57,6 +59,7 @@ private:
     QString mIp;
     QList<VlcBrowseElement>* mContents;
     VlcBrowseElement mCurrentElement;
+    QByteArray mResponse;
 };
 
 #endif // BROWSEMAINWINDOW_H