We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8113bf6 + 2770837 commit 8a16230Copy full SHA for 8a16230
2 files changed
src/DockManager.h
@@ -297,7 +297,7 @@ class ADS_EXPORT CDockManager : public CDockContainerWidget
297
* This function always return 0 because the main window is always behind
298
* any floating widget
299
*/
300
- virtual unsigned int zOrderIndex() const;
+ unsigned int zOrderIndex() const override;
301
302
/**
303
* Saves the current state of the dockmanger and all its dock widgets
src/FloatingDockContainer.h
@@ -157,7 +157,7 @@ private slots:
157
* Moves the widget to a new position relative to the position given when
158
* startFloating() was called
159
160
- void moveFloating();
+ void moveFloating() override;
161
162
163
* Restores the state from given stream.
0 commit comments