17 #include "dbusdashcommunicatorservice.h"
19 #include <QDBusConnection>
20 #include <QDBusInterface>
23 DBusDashCommunicatorService::DBusDashCommunicatorService(QObject *parent):
24 UnityDBusObject(QStringLiteral(
"/com/canonical/UnityDash"), QStringLiteral(
"com.canonical.UnityDash"), false, parent)
28 DBusDashCommunicatorService::~DBusDashCommunicatorService()
32 void DBusDashCommunicatorService::SetCurrentScope(
int index,
bool animate,
bool isSwipe)
34 Q_EMIT setCurrentScopeRequested(index, animate, isSwipe);