Skip to content

Commit

Permalink
Do not disconnect from NetworkManager's services changed signal
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Jun 19, 2017
1 parent a874961 commit ff19287
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions connd/qconnectionagent.cpp
Expand Up @@ -569,9 +569,6 @@ void QConnectionAgent::scanTimeout()

void QConnectionAgent::servicesChanged()
{
qDebug();
disconnect(netman,SIGNAL(servicesChanged()),this,SLOT(servicesChanged()));

updateServices();
}

Expand Down

0 comments on commit ff19287

Please sign in to comment.