diff options
Diffstat (limited to 'src/plugins/Ui/qsui/coverwidget.h')
| -rw-r--r-- | src/plugins/Ui/qsui/coverwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Ui/qsui/coverwidget.h b/src/plugins/Ui/qsui/coverwidget.h index 235afdb9e..92a324de1 100644 --- a/src/plugins/Ui/qsui/coverwidget.h +++ b/src/plugins/Ui/qsui/coverwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2017 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -43,7 +43,7 @@ private slots: void saveAs(); private: - void paintEvent (QPaintEvent *event); + void paintEvent (QPaintEvent *); QPixmap m_pixmap; }; |
