~mir-team/qtmir/trunk

« back to all changes in this revision

Viewing changes to tests/framework/fake_mirsurface.h

  • Committer: Bileto Bot
  • Author(s): Daniel d'Andrada
  • Date: 2016-07-04 13:58:01 UTC
  • mfrom: (520.1.5 dbusFocusInfo)
  • Revision ID: ci-train-bot@canonical.com-20160704135801-055x20tgh6j9edbp
com.canonical.Unity.FocusInfo D-Bus service for providing focus information

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
    void setFocused(bool focus) override;
113
113
 
114
114
    void setViewActiveFocus(qintptr, bool) override {};
 
115
    bool activeFocus() const override { return false; }
115
116
 
116
117
    void mousePressEvent(QMouseEvent *) override;
117
118
    void mouseMoveEvent(QMouseEvent *) override;