~nick-dedekind/qtmir/lp1475678.surface-occlude

« back to all changes in this revision

Viewing changes to tests/modules/common/fake_session.h

  • Committer: Nick Dedekind
  • Date: 2015-10-20 09:57:17 UTC
  • Revision ID: nick.dedekind@canonical.com-20151020095717-mjhif2vf1nxz9546
Added test for Surface deleteLater on deregister

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
public:
29
29
    FakeSession()
30
30
        : SessionInterface(0)
 
31
        , m_application(nullptr)
31
32
        , m_state(Starting)
32
33
    {
33
34
    }