summaryrefslogtreecommitdiffstats
path: root/tools/testcon/mainwindow.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-20 20:57:30 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-22 14:31:08 +0000
commit7c9db49830de90879ecf7a217386cc860c9eb206 (patch)
tree6f2e57379c363acca3deb85cbb9cbd06c100df33 /tools/testcon/mainwindow.h
parent40d2a4a2170ea2973f972fa57d3cef19518ac51a (diff)
Replace Q_DECL_OVERRIDE with override
Change-Id: Iaf72bd006af026255bc5cd1ecf14f187db1bcf52 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tools/testcon/mainwindow.h')
-rw-r--r--tools/testcon/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testcon/mainwindow.h b/tools/testcon/mainwindow.h
index 84cd2ce..7e6575b 100644
--- a/tools/testcon/mainwindow.h
+++ b/tools/testcon/mainwindow.h
@@ -59,7 +59,7 @@ public:
bool loadScript(const QString &file);
protected:
- void closeEvent(QCloseEvent *) Q_DECL_OVERRIDE;
+ void closeEvent(QCloseEvent *) override;
public slots:
void appendLogText(const QString &);