diff options
| author | Javier <dev.git@javispedro.com> | 2014-12-01 04:13:06 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-12-01 04:13:06 +0100 |
| commit | 81f91639969de0f3852a3fe73db13b4cb0ecf3b4 (patch) | |
| tree | ac5f3146707e0b46723bfdf13b7ced5cdf16633d /daemon/jskitmanager.h | |
| parent | be139d8ff95160782b424134a025b30c82083e28 (diff) | |
hackily implement openURL by signalling the URLs via D-Bus to the
settings app, which pops a webview
Diffstat (limited to 'daemon/jskitmanager.h')
| -rw-r--r-- | daemon/jskitmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/jskitmanager.h b/daemon/jskitmanager.h index 73d7853..fd6040d 100644 --- a/daemon/jskitmanager.h +++ b/daemon/jskitmanager.h @@ -22,9 +22,11 @@ public: signals: void appNotification(const QUuid &uuid, const QString &title, const QString &body); + void appOpenUrl(const QString &url); public slots: void showConfiguration(); + void handleWebviewClosed(const QString &result); private slots: void handleAppStarted(const QUuid &uuid); |
