Skip to content

Commit

Permalink
Merge pull request #66 from mikkoharju/master
Browse files Browse the repository at this point in the history
[connectionagent] Initialize delayedTethering member
  • Loading branch information
lpotter committed May 8, 2014
2 parents 9242864 + 3619b7a commit 164dba3
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 164dba3

Please sign in to comment.