File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ class ADS_EXPORT CDockManager : public CDockContainerWidget
296
296
* This function always return 0 because the main window is always behind
297
297
* any floating widget
298
298
*/
299
- virtual unsigned int zOrderIndex () const ;
299
+ unsigned int zOrderIndex () const override ;
300
300
301
301
/* *
302
302
* Saves the current state of the dockmanger and all its dock widgets
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ private slots:
157
157
* Moves the widget to a new position relative to the position given when
158
158
* startFloating() was called
159
159
*/
160
- void moveFloating ();
160
+ void moveFloating () override ;
161
161
162
162
/* *
163
163
* Restores the state from given stream.
You can’t perform that action at this time.
0 commit comments