diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-11-09 17:39:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-11-09 17:39:15 +0000 |
| commit | f5faa2b7b81c968c37b205841ddf35102be44204 (patch) | |
| tree | 76e1a21d2ae60fea38e65a6669d023c67d42dd7c /src/plugins/Ui/qsui/coverwidget.h | |
| parent | cdf0492df16c4befbe95abb773f5a308ce32992a (diff) | |
| download | qmmp-f5faa2b7b81c968c37b205841ddf35102be44204.tar.gz qmmp-f5faa2b7b81c968c37b205841ddf35102be44204.tar.bz2 qmmp-f5faa2b7b81c968c37b205841ddf35102be44204.zip | |
fixed cover image alignment
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7703 90c681e8-e032-0410-971d-27865f9a5e38
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; }; |
