17 #ifndef DASHCOMMUNICATORSERVICE_H
18 #define DASHCOMMUNICATORSERVICE_H
20 #include "dbusdashcommunicatorservice.h"
24 class DashCommunicatorService:
public QObject
28 DashCommunicatorService(QObject *parent = 0);
29 ~DashCommunicatorService();
32 void setCurrentScopeRequested(
int index,
bool animate,
bool isSwipe);
35 DBusDashCommunicatorService *m_dbusService;
38 #endif // DBUSUNITYSESSIONSERVICE_H