ScxmlEditor: Use override consistently

clang-tidy fixes from modernize-use-override check.

Change-Id: I636077ee65961a797677ecab39741870470566e0
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Tobias Hunger
2018-05-07 15:14:01 +02:00
parent e30939fe4d
commit dc2fc415b7
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ public:
void updateAttributes() override;
void updateEditorInfo(bool allChildren = false) override;
void updateColors() override;
virtual void doLayout(int d) override;
void doLayout(int d) override;
void shrink();
void setInitial(bool initial);
bool isInitial() const;