summaryrefslogtreecommitdiffstats
path: root/src/multimedia/controls/qmediavideoprobecontrol.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-12-23 11:14:06 +0100
committerLars Knoll <lars.knoll@qt.io>2021-01-21 19:56:14 +0000
commitf83b3dd1ac60c04229d53b72a9d2c15f8cdd5abc (patch)
tree4bebf265422784c1b172f2d6b66d9910c35a194a /src/multimedia/controls/qmediavideoprobecontrol.h
parentca1584428b438cb65d5b2aaaca624e9e17578ebd (diff)
Get rid of QMediaControl
The class was serving no purpose that QObject doesn't offer, so remove that layer and use QObject as the base class for those controls. Change-Id: Icd434fabe88cbdba5fa54eafe6ba97ac08be61f3 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Doris Verria <doris.verria@qt.io>
Diffstat (limited to 'src/multimedia/controls/qmediavideoprobecontrol.h')
-rw-r--r--src/multimedia/controls/qmediavideoprobecontrol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/controls/qmediavideoprobecontrol.h b/src/multimedia/controls/qmediavideoprobecontrol.h
index 363975055..6d7bf2f2b 100644
--- a/src/multimedia/controls/qmediavideoprobecontrol.h
+++ b/src/multimedia/controls/qmediavideoprobecontrol.h
@@ -42,12 +42,12 @@
#ifndef QMEDIAVIDEOPROBECONTROL_H
#define QMEDIAVIDEOPROBECONTROL_H
-#include <QtMultimedia/qmediacontrol.h>
+#include <QtMultimedia/qmediaservice.h>
QT_BEGIN_NAMESPACE
class QVideoFrame;
-class Q_MULTIMEDIA_EXPORT QMediaVideoProbeControl : public QMediaControl
+class Q_MULTIMEDIA_EXPORT QMediaVideoProbeControl : public QObject
{
Q_OBJECT
public: