Fix some buid issues on maemo, Also add some simple usability fixes
[groove] / playlist.cpp
index 38eb579..5d867fd 100644 (file)
@@ -10,6 +10,11 @@ playlist::playlist(QObject *parent) :
    this->currentSkeyItem = -1;
    this->reply = NULL;
 }
+QList<playlist::songElement *>* playlist::getList()
+{
+    return pList;
+}
+
 void playlist::markPlayed(int position)
 {
     if(0 <= position && position < pList->size())