diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-01-31 21:57:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-01-31 21:57:58 +0000 |
| commit | dbe1c2bb4eda63205b744411ddcaf12d5d6436fb (patch) | |
| tree | 986598558d89414f71920585be3d6ddea50d8f3a /src/ui/pixmapwidget.cpp | |
| parent | 9f419df28c3ccc492add0c3d7355c3451c008491 (diff) | |
| download | qmmp-dbe1c2bb4eda63205b744411ddcaf12d5d6436fb.tar.gz qmmp-dbe1c2bb4eda63205b744411ddcaf12d5d6436fb.tar.bz2 qmmp-dbe1c2bb4eda63205b744411ddcaf12d5d6436fb.zip | |
optimized settings dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1533 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/pixmapwidget.cpp')
| -rw-r--r-- | src/ui/pixmapwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/pixmapwidget.cpp b/src/ui/pixmapwidget.cpp index 2384caaa3..a312a46ae 100644 --- a/src/ui/pixmapwidget.cpp +++ b/src/ui/pixmapwidget.cpp @@ -40,6 +40,7 @@ void PixmapWidget::setPixmap(const QPixmap pixmap) void PixmapWidget::paintEvent (QPaintEvent *e) { + Q_UNUSED(e); QPainter paint(this); paint.drawPixmap(0,0, m_pixmap); } |
