Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[connectionagent] Initialize delayedTethering member
  • Loading branch information
Mikko Harju committed May 8, 2014
1 parent 9242864 commit 3619b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion connd/qconnectionagent.cpp
Expand Up @@ -65,7 +65,8 @@ QConnectionAgent::QConnectionAgent(QObject *parent) :
tetheringWifiTech(0),
tetheringEnabled(false),
flightModeSuppression(false),
scanTimeoutInterval(1)
scanTimeoutInterval(1),
delayedTethering(false)
{
qDebug() << Q_FUNC_INFO;

Expand Down

0 comments on commit 3619b7a

Please sign in to comment.