initialize member vars, will backport to 4.2
svn path=/trunk/KDE/kdelibs/; revision=918216
This commit is contained in:
parent
83bfa46f88
commit
21c11b6ed9
@ -36,7 +36,9 @@ class BusyWidgetPrivate
|
||||
public:
|
||||
BusyWidgetPrivate()
|
||||
: svg(0),
|
||||
timerId(0)
|
||||
timerId(0),
|
||||
rotationAngle(0),
|
||||
rotation(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user