aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/controls/qquickbusyindicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/qquickbusyindicator.cpp b/src/controls/qquickbusyindicator.cpp
index 8e0faf0c..ef7320ac 100644
--- a/src/controls/qquickbusyindicator.cpp
+++ b/src/controls/qquickbusyindicator.cpp
@@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE
class QQuickBusyIndicatorPrivate : public QQuickControlPrivate
{
public:
- QQuickBusyIndicatorPrivate() : running(false), indicator(Q_NULLPTR) { }
+ QQuickBusyIndicatorPrivate() : running(true), indicator(Q_NULLPTR) { }
bool running;
QQuickItem *indicator;