Began refactoring settings handling.
[vlc-remote] / playermainwindow.h
index 4ab0541..847a342 100644 (file)
@@ -52,6 +52,16 @@ 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 readReady();
+    void orientationChanged();
+    void setPortrait();
+    void setLandscape();
+    void setAutoRotate();
+    void playlistIdUpdated(int id, bool hasart, QString extension);
 
 
 protected slots:
@@ -70,6 +80,9 @@ private:
     int mVolume;
     int mMuted;
     VlcStatus mCurrentStatus;
+    QByteArray mResponse;
+    bool mIsLandscape;
+    bool mHasImage;
 
 };