diff --git a/connd/qconnectionagent.cpp b/connd/qconnectionagent.cpp index 9155e2c..d387f83 100644 --- a/connd/qconnectionagent.cpp +++ b/connd/qconnectionagent.cpp @@ -311,6 +311,9 @@ void QConnectionAgent::connectToType(const QString &type) qDebug() << "<<<<<<<<<<< requestConnect() >>>>>>>>>>>>"; servicesMap.value(path)->requestConnect(); return; + } else if (path.contains("cellular")) { + // do not continue if cellular is not autoconnect + return; } } else { return;