Start adding support for playlist and progress on downloading songs
[groove] / playlist.cpp
diff --git a/playlist.cpp b/playlist.cpp
new file mode 100644 (file)
index 0000000..6c0cb7f
--- /dev/null
@@ -0,0 +1,6 @@
+#include "playlist.h"
+
+playlist::playlist(QObject *parent) :
+    QObject(parent)
+{
+}