Tweaked some directory handling code.
[vlc-remote] / browsemainwindow.h
index b83a32c..002eba8 100644 (file)
@@ -43,7 +43,13 @@ public slots:
     void onListSelectionChanged();
     void finished(QNetworkReply * reply);
     void readReady();
+    void error(QNetworkReply::NetworkError code);
     void showCurrentDirectory();
+    void setHomeFolder();
+    void showHomeFolder();
+    void setFavourite();
+    void showFavourites();
+    void setHomeDirectory();
 
 protected slots:
     void parseXmlDirectory();
@@ -52,7 +58,6 @@ protected slots:
 protected:
     void changeEvent(QEvent *e);
     VlcBrowseElement getElementFromText(QString text);
-    void writeFile(QString path, QByteArray text);
     QString getExtension(QString path, QString extension);
 
 private: