~mir-team/qtmir/trunk

« back to all changes in this revision

Viewing changes to src/platforms/mirserver/qtcompositor.h

  • Committer: CI Train Bot
  • Author(s): Alan Griffiths
  • Date: 2016-05-25 13:54:52 UTC
  • mfrom: (482.5.4 qtmir1)
  • Revision ID: ci-train-bot@canonical.com-20160525135452-6lc0urytlgfhndnv
Remove workaround for lp:1502200
Approved by: Unity8 CI Bot, Daniel d'Andrada

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    void start();
42
42
    void stop();
43
43
 
44
 
    void setCursor(std::shared_ptr<mir::graphics::Cursor>);
45
 
 
46
44
Q_SIGNALS:
47
45
    void starting();
48
46
    void stopping();
49
 
 
50
 
private:
51
 
    std::shared_ptr<mir::graphics::Cursor> m_cursor;
52
47
};
53
48
 
54
49
#endif // QTCOMPOSITOR_H