diff options
Diffstat (limited to 'src/qmmpui/detailsdialog.h')
| -rw-r--r-- | src/qmmpui/detailsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/detailsdialog.h b/src/qmmpui/detailsdialog.h index de1fe3a0b..7369de2bb 100644 --- a/src/qmmpui/detailsdialog.h +++ b/src/qmmpui/detailsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2018 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 * @@ -63,7 +63,7 @@ private slots: private: Ui::DetailsDialog *m_ui; - void closeEvent(QCloseEvent *); + void closeEvent(QCloseEvent *) override; void updatePage(); void printInfo(); QString formatRow(const QString &key, const QString &value) const; |
