Move most of playlist API to private.

Moved objects either not needed to be public or require API review/redesign.

Change-Id: Ibeb8b8c9c9a74bea32191c119fa4daaffde57c17
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Lev Zelenskiy
2012-03-06 12:23:09 +10:00
committed by Qt by Nokia
parent cb39035162
commit 10b0063401
29 changed files with 171 additions and 177 deletions

View File

@@ -42,7 +42,7 @@
#ifndef MOCKREADONLYPLAYLISTPROVIDER_H
#define MOCKREADONLYPLAYLISTPROVIDER_H
#include "qmediaplaylistprovider.h"
#include <private/qmediaplaylistprovider_p.h>
class MockReadOnlyPlaylistProvider : public QMediaPlaylistProvider
{