Prepare for qtbase change

The signature of setWindowState is changing. Remove the 'override'
so qtwayland compiles without error against both the new and the
old version.

Task-number: QTBUG-59588
Change-Id: I2adc6a5a1addc9b8855a3a1b3c1f0e3952181846
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
Paul Olav Tvete 2017-03-20 11:07:05 +01:00
parent 697e074e2c
commit a74c82edb4

View File

@ -148,7 +148,7 @@ public:
void handleContentOrientationChange(Qt::ScreenOrientation orientation) override;
void setOrientationMask(Qt::ScreenOrientations mask);
void setWindowState(Qt::WindowState state) override;
void setWindowState(Qt::WindowState state); // ### Change to WindowStates once qtbase change is in
void setWindowFlags(Qt::WindowFlags flags) override;
void raise() override;