mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-13 00:30:25 +08:00
Merge branch 'master' of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
This commit is contained in:
commit
8a16230213
@ -297,7 +297,7 @@ public:
|
|||||||
* This function always return 0 because the main window is always behind
|
* This function always return 0 because the main window is always behind
|
||||||
* any floating widget
|
* 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
|
* Saves the current state of the dockmanger and all its dock widgets
|
||||||
|
@ -157,7 +157,7 @@ protected:
|
|||||||
* Moves the widget to a new position relative to the position given when
|
* Moves the widget to a new position relative to the position given when
|
||||||
* startFloating() was called
|
* startFloating() was called
|
||||||
*/
|
*/
|
||||||
void moveFloating();
|
void moveFloating() override;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Restores the state from given stream.
|
* Restores the state from given stream.
|
||||||
|
Loading…
Reference in New Issue
Block a user