initialize member vars, will backport to 4.2

svn path=/trunk/KDE/kdelibs/; revision=918216
This commit is contained in:
Marco Martin 2009-01-29 17:04:46 +00:00
parent 83bfa46f88
commit 21c11b6ed9

View File

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