Fix version availability for VideoOutput's autoOrientation property.

This new property is available since 5.2, not 5.1.

Change-Id: Ie3b5cd3c5d909f6d4ba662a2eaf03f1e6bb8b21b
Reviewed-by: Tobias Koenig <tobias.koenig.qnx@kdab.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
This commit is contained in:
Yoann Lopes
2013-11-27 18:01:56 +01:00
committed by The Qt Project
parent fd3efc0163
commit e4654ca5ee
3 changed files with 3 additions and 3 deletions

View File

@@ -429,7 +429,7 @@ void QDeclarativeVideoOutput::setOrientation(int orientation)
By default \c autoOrientation is disabled.
\since QtMultimedia 5.1
\since QtMultimedia 5.2
*/
bool QDeclarativeVideoOutput::autoOrientation() const
{