~dandrader/qtmir/removeHotspot

« back to all changes in this revision

Viewing changes to tests/framework/fake_session.cpp

  • 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:
36
36
 
37
37
MirSurfaceListModel* FakeSession::surfaceList() { return &m_surfaceList; }
38
38
 
 
39
MirSurfaceListModel* FakeSession::promptSurfaceList() { return &m_promptSurfaceList; }
 
40
 
39
41
SessionModel *FakeSession::childSessions() const { return nullptr; }
40
42
 
41
43
SessionInterface::State FakeSession::state() const { return m_state; }