Improved encoding support for browsing and adding.
[vlc-remote] / playlistmainwindow.h
index 7eba61f..9fc36bf 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();
@@ -55,6 +58,7 @@ protected slots:
 protected:
     void changeEvent(QEvent *e);
     VlcPlayListElementSimple getElementFromText(QString text);
+    QString getExtension(QString path, QString extension);
 
 private:
     Ui::PlayListMainWindow *ui;
@@ -65,6 +69,7 @@ private:
     VlcPlayListElementSimple mCurrentElement;
     int mCurrentVlcIndex;
     int mCurrentDepth;
+    QByteArray mResponse;
 };
 
 #endif // PLAYLISTMAINWINDOW_H