Implemented Database storage for library.
[someplayer] / src / someplayer.h
index 3213fea..5fb43f6 100644 (file)
@@ -10,4 +10,13 @@ namespace SomePlayer {
        };
 };
 
+// common includes
+
+#include <QString>
+#include <QList>
+#include <QMap>
+#include <QUrl>
+
+#define _DYNAMIC_PLAYLIST_MAX_COUNT_ 50
+
 #endif