Changing the way Favourites invoke browsing from cast on parent to signal.
[vlc-remote] / playermainwindow.h
index 4ab0541..73c22b2 100644 (file)
@@ -52,6 +52,17 @@ public slots:
     void volMute();
     void slide(int value);
     void updateUiWithCurrentStatus();
+    void setCoverArt(const QByteArray data);
+    void setCoverArtFromPixmap(QPixmap image);
+    void getCoverArt(int id);
+    void finished(QNetworkReply * reply);
+    void error(QNetworkReply::NetworkError code);
+    void readReady();
+    void orientationChanged();
+    void setPortrait();
+    void setLandscape();
+    void setAutoRotate();
+    void playlistIdUpdated(int id, bool hasart, QString extension);
 
 
 protected slots:
@@ -70,6 +81,9 @@ private:
     int mVolume;
     int mMuted;
     VlcStatus mCurrentStatus;
+    QByteArray mResponse;
+    bool mIsLandscape;
+    bool mHasImage;
 
 };