Skip to content

Commit

Permalink
[connectionagent] add helpers slot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorn Potter committed Oct 2, 2013
1 parent 17417e6 commit 0e8020a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions connd/qconnectionmanager.cpp
Expand Up @@ -633,6 +633,10 @@ void QConnectionManager::onServiceConnectionStarted()
serviceInProgress = serv->path();
}

void QConnectionManager::onServiceDisconnectionStarted()
{
}

bool QConnectionManager::isBestService(const QString &servicePath)
{
qDebug() << Q_FUNC_INFO;
Expand Down
1 change: 1 addition & 0 deletions connd/qconnectionmanager.h
Expand Up @@ -126,6 +126,7 @@ private slots:
void browserRequest(const QString &servicePath, const QString &url);
void onServiceConnectionStarted();

void onServiceDisconnectionStarted();

};

Expand Down

0 comments on commit 0e8020a

Please sign in to comment.