backport the initialization of some vars

svn path=/branches/KDE/4.2/kdelibs/; revision=918217
This commit is contained in:
Marco Martin 2009-01-29 17:06:57 +00:00
parent ee34edad4a
commit 2e983845d1

View File

@ -36,7 +36,9 @@ class BusyWidgetPrivate
public:
BusyWidgetPrivate()
: svg(0),
timerId(0)
timerId(0),
rotationAngle(0),
rotation(0)
{
}