diff options
Diffstat (limited to 'src/plugins/Ui/qsui/mainwindow.h')
| -rw-r--r-- | src/plugins/Ui/qsui/mainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Ui/qsui/mainwindow.h b/src/plugins/Ui/qsui/mainwindow.h index 90d9a9174..4193a5652 100644 --- a/src/plugins/Ui/qsui/mainwindow.h +++ b/src/plugins/Ui/qsui/mainwindow.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2017 by Ilya Kotov * + * Copyright (C) 2009-2019 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -94,8 +94,8 @@ private slots: void restoreWindowTitle(); private: - void closeEvent(QCloseEvent *); - void hideEvent(QHideEvent *); + void closeEvent(QCloseEvent *) override; + void hideEvent(QHideEvent *) override; void createWidgets(); void createActions(); void writeSettings(); |
