diff options
Diffstat (limited to 'src/plugins/General/history/historywindow.h')
| -rw-r--r-- | src/plugins/General/history/historywindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/history/historywindow.h b/src/plugins/General/history/historywindow.h index 88d81e887..c1097884f 100644 --- a/src/plugins/General/history/historywindow.h +++ b/src/plugins/General/history/historywindow.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2017-2018 by Ilya Kotov * + * Copyright (C) 2017-2019 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -53,7 +53,7 @@ private: void loadTopArtists(); void loadTopGenres(); void readSettings(); - void closeEvent(QCloseEvent *); + void closeEvent(QCloseEvent *) override; Ui::HistoryWindow *m_ui; QSqlDatabase m_db; |
