Improved encoding support for browsing and adding.
[vlc-remote] / browsemainwindow.h
index 163adb7..f0365a6 100644 (file)
@@ -43,6 +43,7 @@ public slots:
     void onListSelectionChanged();
     void finished(QNetworkReply * reply);
     void readReady();
+    void showCurrentDirectory();
 
 protected slots:
     void parseXmlDirectory();
@@ -52,6 +53,7 @@ protected:
     void changeEvent(QEvent *e);
     VlcBrowseElement getElementFromText(QString text);
     void writeFile(QString path, QByteArray text);
+    QString getExtension(QString path, QString extension);
 
 private:
     Ui::BrowseMainWindow *ui;