diff options
Diffstat (limited to 'src/plugins/Ui/skinned/mainwindow.h')
| -rw-r--r-- | src/plugins/Ui/skinned/mainwindow.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/Ui/skinned/mainwindow.h b/src/plugins/Ui/skinned/mainwindow.h index cf4f1bb9b..176009958 100644 --- a/src/plugins/Ui/skinned/mainwindow.h +++ b/src/plugins/Ui/skinned/mainwindow.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2017 by Ilya Kotov * + * Copyright (C) 2006-2019 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -91,10 +91,10 @@ private slots: private: //events - void closeEvent (QCloseEvent *); - void hideEvent (QHideEvent *); - void changeEvent (QEvent *event); - void keyPressEvent (QKeyEvent* ); + void closeEvent (QCloseEvent *) override; + void hideEvent (QHideEvent *) override; + void changeEvent (QEvent *event) override; + void keyPressEvent (QKeyEvent* ) override; void readSettings(); |
