From 98233aa76d03790fcdb813d98dd872df466f6afd Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 2 Feb 2013 08:22:21 +0000 Subject: 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 --- src/plugins/Ui/skinned/pixmapwidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/Ui/skinned/pixmapwidget.h') 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 /** - @author Ilya Kotov + @author Ilya Kotov */ 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; -- cgit v1.2.3-13-gbd6f