diff options
author | Andrew den Exter <andrew.den-exter@nokia.com> | 2010-02-08 03:37:55 (GMT) |
---|---|---|
committer | Andrew den Exter <andrew.den-exter@nokia.com> | 2010-02-08 03:37:55 (GMT) |
commit | 1c58f3fa6b0bc2cfab9b32bb315bbef4270f6649 (patch) | |
tree | e6e8698772921cee9e95b18eb0f8094f5e644e28 /src/multimedia | |
parent | af34b8b726600e1f63484d86495a7514bd79c163 (diff) | |
download | Qt-1c58f3fa6b0bc2cfab9b32bb315bbef4270f6649.zip Qt-1c58f3fa6b0bc2cfab9b32bb315bbef4270f6649.tar.gz Qt-1c58f3fa6b0bc2cfab9b32bb315bbef4270f6649.tar.bz2 |
Remove documentation for QGraphicsVideoItem::FillMode.
No longer exists.
Diffstat (limited to 'src/multimedia')
-rw-r--r-- | src/multimedia/base/qgraphicsvideoitem.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/multimedia/base/qgraphicsvideoitem.cpp b/src/multimedia/base/qgraphicsvideoitem.cpp index 35baabe..3cd0449 100644 --- a/src/multimedia/base/qgraphicsvideoitem.cpp +++ b/src/multimedia/base/qgraphicsvideoitem.cpp @@ -203,18 +203,6 @@ void QGraphicsVideoItemPrivate::_q_mediaObjectDestroyed() */ /*! - \enum QGraphicsVideoItem::FillMode - - Enumerates the methods of scaling a video to fit a graphics item. - - \value Stretch The video is stretched to fit the item's size. - \value PreserveAspectFit The video is uniformly scaled to fix the item's - size without cropping. - \value PreserveAspectCrop The video is uniformly scaled to fill the item's - size, cropping if necessary. -*/ - -/*! Constructs a graphics item that displays video. The \a parent is passed to QGraphicsItem. |