~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to plugins/Unity/DashCommunicator/dashcommunicator.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:
31
31
    ~DashCommunicator() = default;
32
32
 
33
33
public Q_SLOTS:
34
 
    void setCurrentScope(const QString &scopeId, bool animate, bool isSwipe);
 
34
    void setCurrentScope(int index, bool animate, bool isSwipe);
35
35
 
36
36
protected:
37
37
    void run() override;