~unity-team/unity8/slim-greeter

« back to all changes in this revision

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

  • Committer: Michael Terry
  • Date: 2015-02-12 15:45:21 UTC
  • mfrom: (1432.1.178 unity8)
  • Revision ID: michael.terry@canonical.com-20150212154521-1qpg3t501ljj88lj
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    unity::shell::application::ApplicationManagerInterface *applicationManager() const;
50
50
    void setApplicationManager(unity::shell::application::ApplicationManagerInterface *applicationManager);
51
51
 
 
52
    bool onlyPinned() const override;
 
53
    void setOnlyPinned(bool onlyPinned) override;
 
54
 
52
55
    // For testing
53
56
    Q_INVOKABLE void emitHint();
54
57