diff --git a/connd/qconnectionagent.cpp b/connd/qconnectionagent.cpp index c073c81..d9d3cbb 100644 --- a/connd/qconnectionagent.cpp +++ b/connd/qconnectionagent.cpp @@ -220,8 +220,6 @@ void QConnectionAgent::serviceStateChanged(const QString &state) if (delayedTethering && service->type() == "cellular" && tetheringWifiTech->tethering()) { Q_EMIT tetheringFinished(false); } -// serviceInProgress.clear(); -// // service->requestDisconnect(); } if (delayedTethering && service->type() == "wifi" && state == "association") {