aboutsummaryrefslogtreecommitdiff
path: root/src/ui/pixmapwidget.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-11-03 21:34:57 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-11-03 21:34:57 +0000
commit97c98d9d52c60bce1e70eb55dd807a21cbe32f04 (patch)
treec57ee489faeb2c6b7eb4e5b2e05fcbb80b5df228 /src/ui/pixmapwidget.cpp
parentee34c25e1f1e225d2527574abf2980afea9adf7d (diff)
downloadqmmp-97c98d9d52c60bce1e70eb55dd807a21cbe32f04.tar.gz
qmmp-97c98d9d52c60bce1e70eb55dd807a21cbe32f04.tar.bz2
qmmp-97c98d9d52c60bce1e70eb55dd807a21cbe32f04.zip
added double size mode
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1353 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/pixmapwidget.cpp')
-rw-r--r--src/ui/pixmapwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/pixmapwidget.cpp b/src/ui/pixmapwidget.cpp
index a0f4ff7fd..77566b162 100644
--- a/src/ui/pixmapwidget.cpp
+++ b/src/ui/pixmapwidget.cpp
@@ -38,7 +38,7 @@ void PixmapWidget::setPixmap(const QPixmap pixmap)
update();
}
-void PixmapWidget::paintEvent ( QPaintEvent *)
+void PixmapWidget::paintEvent (QPaintEvent *)
{
QPainter paint(this);
paint.drawPixmap(0,0, m_pixmap);