Don't use QtDeclarative compat module
Use QtQml instead. Change-Id: I7618ba89a2ed288f7043ae402ac091a924598f03 Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
@@ -154,7 +154,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\internal
|
||||
\class QDeclarativeAudio
|
||||
\brief The QDeclarativeAudio class provides an audio item that you can add to a QDeclarativeView.
|
||||
\brief The QDeclarativeAudio class provides an audio item that you can add to a QQuickView.
|
||||
*/
|
||||
|
||||
void QDeclarativeAudio::_q_error(QMediaPlayer::Error errorCode)
|
||||
|
||||
@@ -81,7 +81,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*
|
||||
\internal
|
||||
\class QDeclarativeAudio
|
||||
\brief The QDeclarativeAudio class provides an audio item that you can add to a QDeclarativeView.
|
||||
\brief The QDeclarativeAudio class provides an audio item that you can add to a QQuickView.
|
||||
*/
|
||||
|
||||
void QDeclarativeAudio_4::_q_error(int errorCode, const QString &errorString)
|
||||
|
||||
@@ -162,7 +162,7 @@ void QDeclarativeCamera::_q_availabilityChanged(QtMultimedia::AvailabilityError
|
||||
/*!
|
||||
\class QDeclarativeCamera
|
||||
\internal
|
||||
\brief The QDeclarativeCamera class provides a camera item that you can add to a QDeclarativeView.
|
||||
\brief The QDeclarativeCamera class provides a camera item that you can add to a QQuickView.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user