forked from qt-creator/qt-creator
Fix missing overrides and redundant virtual
Change-Id: Id2a247b6032602c2295d928067c2462d3f9b5221 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -51,10 +51,10 @@ class tst_c99: public QObject
|
||||
{
|
||||
}
|
||||
|
||||
virtual void report(int level,
|
||||
const StringLiteral *fileName,
|
||||
int line, int column,
|
||||
const char *format, va_list ap)
|
||||
void report(int level,
|
||||
const StringLiteral *fileName,
|
||||
int line, int column,
|
||||
const char *format, va_list ap) override
|
||||
{
|
||||
if (! errors)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user