This commit is contained in:
Uwe Kindler 2020-02-07 22:54:02 +01:00
commit 8a16230213
2 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ public:
* This function always return 0 because the main window is always behind
* any floating widget
*/
virtual unsigned int zOrderIndex() const;
unsigned int zOrderIndex() const override;
/**
* Saves the current state of the dockmanger and all its dock widgets

View File

@ -157,7 +157,7 @@ protected:
* Moves the widget to a new position relative to the position given when
* startFloating() was called
*/
void moveFloating();
void moveFloating() override;
/**
* Restores the state from given stream.