Fix signal/slot declaration in QVideoOutputOrientationHandler.
Change-Id: I03cdd677feaf06ac2d61682cab46232f983e6494 Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
This commit is contained in:
@@ -48,10 +48,10 @@ public:
|
|||||||
|
|
||||||
int currentOrientation() const;
|
int currentOrientation() const;
|
||||||
|
|
||||||
signals:
|
Q_SIGNALS:
|
||||||
void orientationChanged(int angle);
|
void orientationChanged(int angle);
|
||||||
|
|
||||||
private slots:
|
private Q_SLOTS:
|
||||||
void screenOrientationChanged(Qt::ScreenOrientation orientation);
|
void screenOrientationChanged(Qt::ScreenOrientation orientation);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user