Skip to content

Commit 2770837

Browse files
authored
Added missing overrides. (#113)
1 parent 9d7c692 commit 2770837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DockManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ class ADS_EXPORT CDockManager : public CDockContainerWidget
296296
* This function always return 0 because the main window is always behind
297297
* any floating widget
298298
*/
299-
virtual unsigned int zOrderIndex() const;
299+
unsigned int zOrderIndex() const override;
300300

301301
/**
302302
* Saves the current state of the dockmanger and all its dock widgets

src/FloatingDockContainer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private slots:
157157
* Moves the widget to a new position relative to the position given when
158158
* startFloating() was called
159159
*/
160-
void moveFloating();
160+
void moveFloating() override;
161161

162162
/**
163163
* Restores the state from given stream.

0 commit comments

Comments
 (0)