Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
githubuser0xFFFF committed Feb 7, 2020
2 parents 8113bf6 + 2770837 commit 8a16230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DockManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class ADS_EXPORT CDockManager : public CDockContainerWidget
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/FloatingDockContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private slots:
* 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.
Expand Down

0 comments on commit 8a16230

Please sign in to comment.