From 2e983845d1ac01a8b6ad1af8f051537b95ed4dcf Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 29 Jan 2009 17:06:57 +0000 Subject: [PATCH] backport the initialization of some vars svn path=/branches/KDE/4.2/kdelibs/; revision=918217 --- widgets/busywidget.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/widgets/busywidget.cpp b/widgets/busywidget.cpp index efbc7005d..3a2d0741b 100644 --- a/widgets/busywidget.cpp +++ b/widgets/busywidget.cpp @@ -36,7 +36,9 @@ class BusyWidgetPrivate public: BusyWidgetPrivate() : svg(0), - timerId(0) + timerId(0), + rotationAngle(0), + rotation(0) { }