6c0cb7fa51cd34569a877127715d05a9f092db84
[groove] / playlist.cpp
1 #include "playlist.h"
2
3 playlist::playlist(QObject *parent) :
4     QObject(parent)
5 {
6 }