summaryrefslogtreecommitdiff
path: root/daemon/jskitobjects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/jskitobjects.cpp')
-rw-r--r--daemon/jskitobjects.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/daemon/jskitobjects.cpp b/daemon/jskitobjects.cpp
index 9e4cfde..a0bc0ba 100644
--- a/daemon/jskitobjects.cpp
+++ b/daemon/jskitobjects.cpp
@@ -57,12 +57,7 @@ void JSKitPebble::showSimpleNotificationOnPebble(const QString &title, const QSt
void JSKitPebble::openURL(const QUrl &url)
{
logger()->debug() << "opening url" << url.toString();
- emit _mgr->appOpenUrl(url.toString());
-#if 0 /* Until we figure out how to do this. Maybe signal the daemon? */
- if (!QDesktopServices::openUrl(url)) {
- logger()->warn() << "Failed to open URL:" << url;
- }
-#endif
+ emit _mgr->appOpenUrl(url);
}
QJSValue JSKitPebble::createXMLHttpRequest()