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:
committed by
Qt by Nokia
parent
cb39035162
commit
10b0063401
@@ -39,7 +39,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "qmediaplaylistioplugin.h"
|
||||
#include "qmediaplaylistioplugin_p.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
@@ -117,6 +117,8 @@ QMediaPlaylistWriter::~QMediaPlaylistWriter()
|
||||
|
||||
/*!
|
||||
\class QMediaPlaylistIOPlugin
|
||||
\internal
|
||||
|
||||
\brief The QMediaPlaylistIOPlugin class provides an interface for media playlist I/O plug-ins.
|
||||
*/
|
||||
|
||||
@@ -189,6 +191,6 @@ QMediaPlaylistIOPlugin::~QMediaPlaylistIOPlugin()
|
||||
If the device is invalid or the format is unsupported this will return a null pointer.
|
||||
*/
|
||||
|
||||
#include "moc_qmediaplaylistioplugin.cpp"
|
||||
#include "moc_qmediaplaylistioplugin_p.cpp"
|
||||
QT_END_NAMESPACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user