X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=playlist.h;h=4365d8df106bb9c0fe232e049b4d7dd1327cf019;hb=256f3e93e093f74932bbf2ac33d9aa74d24a9134;hp=17895eef0ca80781f3248be9cd6c3f4c9d1ff72b;hpb=80457891b14cd66154daf083a7ad3eae1d7e4b2e;p=groove diff --git a/playlist.h b/playlist.h index 17895ee..4365d8d 100644 --- a/playlist.h +++ b/playlist.h @@ -34,6 +34,7 @@ public: bool bReady(int b); int findFirstNotPlayed(); void beginDownload(int position); + bool existAt(int position); signals: void downloadProgress(int position, qint64 d, qint64 t);