clang-tidy : Remove redundant 'virtual' and add 'override'

This commit is contained in:
Magne Sjaastad
2018-10-18 19:45:57 +02:00
parent c8285602b1
commit 6346ed012c
599 changed files with 2056 additions and 2056 deletions
+2 -2
View File
@@ -92,7 +92,7 @@ public:
public:
RiaApplication(int& argc, char** argv);
~RiaApplication();
~RiaApplication() override;
static RiaApplication* instance();
@@ -218,7 +218,7 @@ private:
friend RiaArgumentParser;
void setHelpText(const QString& helpText);
virtual bool notify(QObject *, QEvent *) override;
bool notify(QObject *, QEvent *) override;
private slots:
void slotWorkerProcessFinished(int exitCode, QProcess::ExitStatus exitStatus);