Skip to content

Commit

Permalink
Merge branch 'libweston-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
giucam committed Nov 13, 2017
2 parents 45a2c79 + d9613c5 commit 512c1b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/client/services/mpris/mprisservice.cpp
Expand Up @@ -109,9 +109,6 @@ void Mpris::checkConnection()
}

DBusInterface iface(DBUS_SERVICE, QStringLiteral("/"), DBUS_SERVICE);
if (!iface.isValid()) {
return;
}
QDBusPendingCall call = iface.asyncCall(QStringLiteral("ListNames"));
QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(call);
watcher->connect(watcher, &QDBusPendingCallWatcher::finished, [this](QDBusPendingCallWatcher *watcher) {
Expand Down

0 comments on commit 512c1b3

Please sign in to comment.