Skip to content

Commit

Permalink
[connectionagent] emit browserRequested signal when it happens
Browse files Browse the repository at this point in the history
bump versino to 0.7.18
  • Loading branch information
Lorn Potter committed Sep 16, 2013
1 parent 4bc1598 commit 0de63e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions connectionagentplugin/connectionagentplugin.cpp
Expand Up @@ -138,6 +138,7 @@ void ConnectionAgentPlugin::onErrorReported(const QString &servicePath, const QS
void ConnectionAgentPlugin::onRequestBrowser(const QString &url)
{
qDebug() << Q_FUNC_INFO <<url;
Q_EMIT browserRequested(url);
}

void ConnectionAgentPlugin::onUserInputRequested(const QString &service, const QVariantMap &fields)
Expand Down
1 change: 1 addition & 0 deletions connectionagentplugin/connectionagentplugin.h
Expand Up @@ -46,6 +46,7 @@ public slots:
void connectionRequest();
void configurationNeeded(const QString &type);
void connectionState(const QString &state, const QString &type);
void browserRequested(const QString &url);

private:
com::jolla::Connectiond *connManagerInterface;
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent-qt5.spec
Expand Up @@ -9,7 +9,7 @@ Name: connectionagent-qt5
# << macros

Summary: User Agent daemon
Version: 0.7.17
Version: 0.7.18
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent-qt5.yaml
@@ -1,6 +1,6 @@
Name: connectionagent-qt5
Summary: User Agent daemon
Version: 0.7.17
Version: 0.7.18
Release: 0
Group: "Communications/Connectivity Adaptation"
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent.spec
Expand Up @@ -9,7 +9,7 @@ Name: connectionagent
# << macros

Summary: User Agent daemon
Version: 0.7.17
Version: 0.7.18
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent.yaml
@@ -1,6 +1,6 @@
Name: connectionagent
Summary: User Agent daemon
Version: 0.7.17
Version: 0.7.18
Release: 0
Group: "Communications/Connectivity Adaptation"
License: LGPLv2
Expand Down

0 comments on commit 0de63e5

Please sign in to comment.