~mzanetti/unity8/onthefly-debugging

« back to all changes in this revision

Viewing changes to tests/mocks/QtMultimedia/videooutput.h

  • Committer: Michael Zanetti
  • Date: 2016-12-14 16:49:09 UTC
  • mfrom: (2525.1.217 unity8)
  • Revision ID: michael.zanetti@canonical.com-20161214164909-h4bqz45ryn4mhebl
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    QObject *source() const { return m_source.data(); }
32
32
    void setSource(QObject *source);
33
33
 
34
 
    void itemChange(ItemChange change, const ItemChangeData & value);
 
34
    void itemChange(ItemChange change, const ItemChangeData & value) override;
35
35
 
36
36
Q_SIGNALS:
37
37
    void sourceChanged();