~mterry/unity8/split

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Application/ApplicationManager.h

  • Committer: Michael Terry
  • Date: 2013-10-15 17:48:24 UTC
  • mfrom: (138.2.326 trunk)
  • Revision ID: michael.terry@canonical.com-20131015174824-x1n7rx100b0ph8v4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
    void keyboardHeightChanged();
100
100
    void keyboardVisibleChanged();
101
101
    void focusRequested(FavoriteApplication favoriteApplication);
 
102
    void focusRequested(const QString &appId);
102
103
 
103
104
 private:
104
105
    void add(ApplicationInfo *application);