qtmobility/src/multimedia/qmediacontainercontrol.cpp
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
    40 ****************************************************************************/
    40 ****************************************************************************/
    41 
    41 
    42 
    42 
    43 #include "qmediacontainercontrol.h"
    43 #include "qmediacontainercontrol.h"
    44 
    44 
    45 QTM_BEGIN_NAMESPACE
    45 QT_BEGIN_NAMESPACE
    46 
    46 
    47 /*!
    47 /*!
    48     \class QMediaContainerControl
    48     \class QMediaContainerControl
    49     \preliminary
    49     \preliminary
    50     \brief The QMediaContainerControl class provides access to the output container format of a QMediaService
    50     \brief The QMediaContainerControl class provides access to the output container format of a QMediaService
   114 
   114 
   115     Returns a description of the container format identified by the given \a mimeType.
   115     Returns a description of the container format identified by the given \a mimeType.
   116 */
   116 */
   117 
   117 
   118 #include "moc_qmediacontainercontrol.cpp"
   118 #include "moc_qmediacontainercontrol.cpp"
   119 QTM_END_NAMESPACE
   119 QT_END_NAMESPACE
   120 
   120