Update to reflect api changes and small patch for alternate audio
[groove] / playlist.h
index 2fe1acb..df0eca2 100644 (file)
@@ -30,7 +30,7 @@ public:
     void setGscom(gscom *comm);
     void freeMemory(int position);
     int currentplaying();
-    bool setCurrentPlaying(int position);
+    void setCurrentPlaying(int position);
     bool bReady(int b);
     int findFirstNotPlayed();
     void beginDownload(int position);
@@ -50,6 +50,7 @@ private slots:
     void downloadDone(int position);
     void skeyFound();
     void setBufferRdy(int b);
+    void getNError(QNetworkReply::NetworkError);
 private: