From 3619b7ad821ee097d75731dde64ddbf2a28e08c7 Mon Sep 17 00:00:00 2001 From: Mikko Harju Date: Thu, 8 May 2014 15:43:34 +0300 Subject: [PATCH] [connectionagent] Initialize delayedTethering member --- connd/qconnectionagent.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/connd/qconnectionagent.cpp b/connd/qconnectionagent.cpp index e85a2a4..cef9497 100644 --- a/connd/qconnectionagent.cpp +++ b/connd/qconnectionagent.cpp @@ -65,7 +65,8 @@ QConnectionAgent::QConnectionAgent(QObject *parent) : tetheringWifiTech(0), tetheringEnabled(false), flightModeSuppression(false), - scanTimeoutInterval(1) + scanTimeoutInterval(1), + delayedTethering(false) { qDebug() << Q_FUNC_INFO;