17 #include "dashconnection.h"
19 #include <QDBusInterface>
20 #include <QDBusPendingCall>
22 DashConnection::DashConnection(
const QString &service,
const QString &path,
const QString &interface, QObject *parent):
23 AbstractDBusServiceMonitor(service, path, interface, SessionBus, parent)
28 void DashConnection::setCurrentScope(
const QString &scopeId,
bool animate,
bool isSwipe)
30 if (dbusInterface()) {
31 dbusInterface()->asyncCall(
"SetCurrentScope", scopeId, animate, isSwipe);