~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/DashCommunicator/dashcommunicatorservice.h

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    ~DashCommunicatorService();
28
28
 
29
29
Q_SIGNALS:
30
 
    void setCurrentScopeRequested(const QString &scopeId, bool animate, bool isSwipe);
 
30
    void setCurrentScopeRequested(int index, bool animate, bool isSwipe);
31
31
 
32
32
public Q_SLOTS:
33
 
    void mockSetCurrentScope(const QString &scopeId, bool animate, bool isSwipe);
 
33
    void mockSetCurrentScope(int index, bool animate, bool isSwipe);
34
34
};
35
35
 
36
36
#endif // DBUSUNITYSESSIONSERVICE_H