diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-02 08:22:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-02 08:22:21 +0000 |
| commit | 98233aa76d03790fcdb813d98dd872df466f6afd (patch) | |
| tree | 4ec71c8e1fe5695820dce5688f36cbe7042a0cb9 /src/plugins/Ui/skinned/pixmapwidget.h | |
| parent | bef7779cf487577a061874facc67c6d09ac44e7d (diff) | |
| download | qmmp-98233aa76d03790fcdb813d98dd872df466f6afd.tar.gz qmmp-98233aa76d03790fcdb813d98dd872df466f6afd.tar.bz2 qmmp-98233aa76d03790fcdb813d98dd872df466f6afd.zip | |
fixed gcc 4.7 warnings, replaced deprecated functions
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3197 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/pixmapwidget.h')
| -rw-r--r-- | src/plugins/Ui/skinned/pixmapwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Ui/skinned/pixmapwidget.h b/src/plugins/Ui/skinned/pixmapwidget.h index e2a2f810b..8272fbc9a 100644 --- a/src/plugins/Ui/skinned/pixmapwidget.h +++ b/src/plugins/Ui/skinned/pixmapwidget.h @@ -23,7 +23,7 @@ #include <QWidget> /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@hotmail.ru> */ class QPixmap; @@ -33,14 +33,14 @@ Q_OBJECT public: PixmapWidget(QWidget *parent = 0); - ~PixmapWidget(); + virtual ~PixmapWidget(); virtual void setPixmap(const QPixmap); protected: void paintEvent ( QPaintEvent * event ); -private: +private: QPixmap m_pixmap; |
