Move QVideoWindowControl out of widgets.
There is no widget dependency in it, and this enables the QML Video element to support video overlays later. Change-Id: I7ebcde350f9595a9f7c319663ff745930535a8a7 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
a775af111b
commit
7c84225cc8
@@ -42,8 +42,6 @@
|
||||
#ifndef MOCKVIDEOWINDOWCONTROL_H
|
||||
#define MOCKVIDEOWINDOWCONTROL_H
|
||||
|
||||
#if defined(QT_MULTIMEDIA_MOCK_WIDGETS)
|
||||
|
||||
#include "qvideowindowcontrol.h"
|
||||
|
||||
class MockVideoWindowControl : public QVideoWindowControl
|
||||
@@ -70,5 +68,4 @@ public:
|
||||
void setSaturation(int) {}
|
||||
};
|
||||
|
||||
#endif // QT_MULTIMEDIA_MOCK_WIDGETS
|
||||
#endif // MOCKVIDEOWINDOWCONTROL_H
|
||||
|
||||
Reference in New Issue
Block a user