┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/pixmapviewer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-16 21:17:48 +0000
committerPeter Penz <[email protected]>2007-04-16 21:17:48 +0000
commitda3bc09d21b43837873c899e2fbda1fa6c2a2e5e (patch)
treecec3f6fb200985011435813f3fbcf7be97378566 /src/pixmapviewer.h
parent931d9cc75acdd28c1d56d5ada5b5850e81e68da2 (diff)
resize the pixmap in a smooth way instead of using a blending effect
svn path=/trunk/KDE/kdebase/apps/; revision=654753
Diffstat (limited to 'src/pixmapviewer.h')
-rw-r--r--src/pixmapviewer.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/pixmapviewer.h b/src/pixmapviewer.h
index a5293c88d..54ed5232c 100644
--- a/src/pixmapviewer.h
+++ b/src/pixmapviewer.h
@@ -48,14 +48,9 @@ public:
protected:
virtual void paintEvent(QPaintEvent* event);
-private slots:
- void beginTransition();
- void finishTransition();
-
private:
QPixmap m_pixmap;
- QPixmap m_nextPixmap;
- QPixmap m_pendingPixmap;
+ QPixmap m_oldPixmap;
QTimeLine m_animation;
int m_animationStep;
};