equal
deleted
inserted
replaced
39 ** |
39 ** |
40 ****************************************************************************/ |
40 ****************************************************************************/ |
41 |
41 |
42 #include "qmediaplaylistioplugin.h" |
42 #include "qmediaplaylistioplugin.h" |
43 |
43 |
44 QTM_BEGIN_NAMESPACE |
44 QT_BEGIN_NAMESPACE |
45 |
45 |
46 /*! |
46 /*! |
47 \class QMediaPlaylistReader |
47 \class QMediaPlaylistReader |
48 \preliminary |
48 \preliminary |
49 \brief The QMediaPlaylistReader class provides an interface for reading a playlist file. |
49 \brief The QMediaPlaylistReader class provides an interface for reading a playlist file. |
182 |
182 |
183 If the device is invalid or the format is unsupported this will return a null pointer. |
183 If the device is invalid or the format is unsupported this will return a null pointer. |
184 */ |
184 */ |
185 |
185 |
186 #include "moc_qmediaplaylistioplugin.cpp" |
186 #include "moc_qmediaplaylistioplugin.cpp" |
187 QTM_END_NAMESPACE |
187 QT_END_NAMESPACE |
188 |
188 |