~cimi/unity8/card_emblems_single_container

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Launcher/MockLauncherModel.h

  • Committer: Andrea Cimitan
  • Date: 2014-06-20 09:36:06 UTC
  • mfrom: (938.1.1 card_emblems)
  • Revision ID: andrea.cimitan@gmail.com-20140620093606-qbsyf6zhke5c6ki9
WIP AND BROKEN

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    Q_INVOKABLE void requestRemove(const QString &appId);
45
45
    Q_INVOKABLE void quickListActionInvoked(const QString &appId, int actionIndex);
46
46
    Q_INVOKABLE void setUser(const QString &username);
 
47
    Q_INVOKABLE QString getUrlForAppId(const QString &appId) const;
47
48
 
48
49
    unity::shell::application::ApplicationManagerInterface *applicationManager() const;
49
50
    void setApplicationManager(unity::shell::application::ApplicationManagerInterface *applicationManager);