Fix signal/slot declaration in QVideoOutputOrientationHandler.

Change-Id: I03cdd677feaf06ac2d61682cab46232f983e6494
Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
This commit is contained in:
Yoann Lopes
2015-09-29 16:03:15 +02:00
parent d1bf781c66
commit 0cf41ef53f

View File

@@ -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: