forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user