~dandrader/qtmir/removeHotspot

« back to all changes in this revision

Viewing changes to tests/framework/fake_session.h

  • Committer: CI Train Bot
  • Author(s): Daniel d'Andrada, Michał Sawicz
  • Date: 2016-05-18 11:18:29 UTC
  • mfrom: (486.1.5 origin/detachPromptSurfaces)
  • Revision ID: ci-train-bot@canonical.com-20160518111829-j8ma5fzus8z2l72h
Move prompt surfaces from MirSurface to Application and emit firstChanged signal

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    QString name() const override;
35
35
    unity::shell::application::ApplicationInfoInterface* application() const override;
36
36
    MirSurfaceListModel* surfaceList() override;
 
37
    MirSurfaceListModel* promptSurfaceList() override;
37
38
    SessionModel* childSessions() const override;
38
39
    State state() const override;
39
40
    bool fullscreen() const override;
81
82
    State m_state;
82
83
    std::shared_ptr<mir::scene::Session> m_session;
83
84
    MirSurfaceListModel m_surfaceList;
 
85
    MirSurfaceListModel m_promptSurfaceList;
84
86
};
85
87
 
86
88
} // namespace qtmi