ads: Remove redundant occurrences of "virtual"

As suggested by clang-tidy's "modernize-use-override" check and to match
Qt Creator's coding guidelines.

Change-Id: I2cfef113e21a0cd44d18a5b98e9bc8427563c53a
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Alessandro Portale
2020-06-14 14:41:00 +02:00
parent 0795d5f42d
commit d3f85ee409
13 changed files with 74 additions and 74 deletions

View File

@@ -84,7 +84,7 @@ protected:
/**
* Handles activation events to update zOrderIndex
*/
virtual bool event(QEvent *event) override;
bool event(QEvent *event) override;
public: // TODO temporary
/**
@@ -177,7 +177,7 @@ public:
/**
* Virtual Destructor
*/
virtual ~DockContainerWidget() override;
~DockContainerWidget() override;
/**
* Adds dockwidget into the given area.