aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmleasing/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmleasing/mainwindow.h')
-rw-r--r--tools/qmleasing/mainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qmleasing/mainwindow.h b/tools/qmleasing/mainwindow.h
index 9af5c8050c..7ca4dbfd5c 100644
--- a/tools/qmleasing/mainwindow.h
+++ b/tools/qmleasing/mainwindow.h
@@ -51,9 +51,9 @@ public slots:
void importData(int result);
protected:
- virtual void moveEvent(QMoveEvent *event);
- virtual void resizeEvent(QResizeEvent *event);
- virtual void closeEvent(QCloseEvent *event);
+ void moveEvent(QMoveEvent *event) override;
+ void resizeEvent(QResizeEvent *event) override;
+ void closeEvent(QCloseEvent *event) override;
void initQml();
private: