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;
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void orientationChanged(int angle);
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void screenOrientationChanged(Qt::ScreenOrientation orientation);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user