SVN_SILENT: ws
svn path=/trunk/KDE/kdelibs/; revision=1148342
This commit is contained in:
parent
396972c468
commit
c79a1fb1f1
@ -25,8 +25,8 @@ namespace Plasma
|
||||
{
|
||||
|
||||
ZoomAnimation::ZoomAnimation(QObject *parent)
|
||||
: EasingAnimation(parent),
|
||||
m_zoom(0)
|
||||
: EasingAnimation(parent),
|
||||
m_zoom(0)
|
||||
{
|
||||
}
|
||||
|
||||
@ -34,7 +34,6 @@ ZoomAnimation::~ZoomAnimation()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void ZoomAnimation::setZoom(qreal zoom)
|
||||
{
|
||||
m_zoom = zoom;
|
||||
|
Loading…
Reference in New Issue
Block a user