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:
Kent Hansen
2012-05-10 15:57:06 +02:00
committed by Qt by Nokia
parent da12ea2e80
commit 68680fc661
7 changed files with 11 additions and 11 deletions

View File

@@ -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)