summaryrefslogtreecommitdiffstats
path: root/src/multimediawidgets/qvideowidget.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@gmail.com>2022-06-14 15:18:48 +0200
committerLars Knoll <lars.knoll@gmail.com>2022-06-16 16:41:12 +0200
commitc403e775f60a5d02e761904342ac243be1f22597 (patch)
treed32406ff9e895d80f32e50be3ccebab6a8cadaa6 /src/multimediawidgets/qvideowidget.cpp
parentd97d90df74bf9ebfe3574763aba82ebf28409730 (diff)
Split spatial audio out into a lib of its own
Move the classes from src/multimedia/spatial into its own QtSpatialAudio library. This is required to keep Qt Multimedia compatible with the requirements from the KDE Free Qt Foundation agreement, as well as to keep license compatibility with existing applications licensed under GPLv2 that are using Qt Multimedia. Moving the classes into a module of their own required a few additional changes to ensure we generate proper documentation for the new spatial audio module. To align the API between C++ and QML, the QML import was also renamed to QtQuick3D.SpatialAudio. Pick-to: 6.4 Change-Id: Ia3f9ac5e1edac4b1e07d3302d7a229ada5bdc038 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/multimediawidgets/qvideowidget.cpp')
-rw-r--r--src/multimediawidgets/qvideowidget.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/multimediawidgets/qvideowidget.cpp b/src/multimediawidgets/qvideowidget.cpp
index 511489dd9..402007ce2 100644
--- a/src/multimediawidgets/qvideowidget.cpp
+++ b/src/multimediawidgets/qvideowidget.cpp
@@ -171,14 +171,6 @@ void QVideoWidget::setFullScreen(bool fullScreen)
}
/*!
- \fn QVideoWidget::fullScreenChanged(bool fullScreen)
-
- Signals that the \a fullScreen mode of a video widget has changed.
-
- \sa isFullScreen()
-*/
-
-/*!
Returns the size hint for the current back end,
if there is one, or else the size hint from QWidget.
*/