Multiple download fix, Added pause button, Added next button
[groove] / splayer.h
index 5c3e18a..6d41fd6 100644 (file)
--- a/splayer.h
+++ b/splayer.h
@@ -15,9 +15,10 @@ class sPlayer : public QObject
 public:
     explicit sPlayer(QObject *parent = 0);
     void play(int p);
-    void playNext();
+
     void play();
     void stop();
+    void pause();
     void setPlaylist(playlist *playList);
     ~sPlayer();
 
@@ -26,6 +27,7 @@ signals:
     void downloadComplete();
 public slots:
     void start(int p);
+    void playNext();
     void putb(int p,qint64,qint64);
     void abortDownload();
 private slots: