diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-23 22:50:33 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-23 22:50:33 (GMT) |
commit | ccfecf7f8259c1e584a65fefb0ca2f2dfb850eeb (patch) | |
tree | 691250169f111cad7b0d3061796f37bb364c8b70 /src/multimedia/qml/qmlaudio_p.h | |
parent | af4f30abb88d242d1e310914b53bc91b24e45a59 (diff) | |
parent | 91ed4f664008577a095f5554372456661865dede (diff) | |
download | Qt-ccfecf7f8259c1e584a65fefb0ca2f2dfb850eeb.zip Qt-ccfecf7f8259c1e584a65fefb0ca2f2dfb850eeb.tar.gz Qt-ccfecf7f8259c1e584a65fefb0ca2f2dfb850eeb.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging:
Remove active qDebugs.
Player demo updated with more user-friendly previous button behaviour.
Added QNetworkRequest constructor to QMediaContent.
Change qml.{h,cpp} -> multimediaqml.{h,cpp} in QtMultimedia.
Add private header warning.
Diffstat (limited to 'src/multimedia/qml/qmlaudio_p.h')
-rw-r--r-- | src/multimedia/qml/qmlaudio_p.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/multimedia/qml/qmlaudio_p.h b/src/multimedia/qml/qmlaudio_p.h index f034518..bb0d301 100644 --- a/src/multimedia/qml/qmlaudio_p.h +++ b/src/multimedia/qml/qmlaudio_p.h @@ -42,6 +42,17 @@ #ifndef QMLAUDIO_P_H #define QMLAUDIO_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists for the convenience +// of other Qt classes. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #include <QtMultimedia/private/qmlmediabase_p.h> #include <QtCore/qbasictimer.h> |