X-Git-Url: http://git.maemo.org/git/?p=groove;a=blobdiff_plain;f=playlist.cpp;h=5d867fdd8efab89e5d7de4b2ae1a7519cdd327ea;hp=38eb57992335306bb64662cd2350fdf05693f77a;hb=0b3634745b89622ed8779575c5367bfe43a2bc0b;hpb=21d90a736479e9eb1615db46297dca25115d5ea0 diff --git a/playlist.cpp b/playlist.cpp index 38eb579..5d867fd 100644 --- a/playlist.cpp +++ b/playlist.cpp @@ -10,6 +10,11 @@ playlist::playlist(QObject *parent) : this->currentSkeyItem = -1; this->reply = NULL; } +QList* playlist::getList() +{ + return pList; +} + void playlist::markPlayed(int position) { if(0 <= position && position < pList->size())