SVN_SILENT: ws

svn path=/trunk/KDE/kdelibs/; revision=1148342
This commit is contained in:
Aaron J. Seigo 2010-07-10 10:41:47 +00:00
parent 396972c468
commit c79a1fb1f1

View File

@ -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;