~mterry/unity8/power-button-on-lock

« back to all changes in this revision

Viewing changes to plugins/Unity/DashCommunicator/dashcommunicatorservice.h

  • Committer: Michael Terry
  • Date: 2014-11-24 15:25:42 UTC
  • mfrom: (1368.1.82 unity8)
  • Revision ID: michael.terry@canonical.com-20141124152542-5cysva8ds3qfula6
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    ~DashCommunicatorService();
30
30
 
31
31
Q_SIGNALS:
32
 
    void setCurrentScopeRequested(const QString &scopeId, bool animate, bool isSwipe);
 
32
    void setCurrentScopeRequested(int index, bool animate, bool isSwipe);
33
33
 
34
34
private:
35
35
    DBusDashCommunicatorService *m_dbusService;