Fix missing overrides and redundant virtual

Change-Id: Id2a247b6032602c2295d928067c2462d3f9b5221
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Alessandro Portale
2023-11-14 14:24:48 +01:00
parent 6491e378e4
commit f96feadad0
50 changed files with 174 additions and 170 deletions

View File

@@ -45,7 +45,7 @@ public:
{ accept(ast); }
protected:
virtual bool visit(ClassSpecifierAST *ast)
bool visit(ClassSpecifierAST *ast) override
{
Class *classSymbol = ast->symbol;
Q_ASSERT(classSymbol != 0);