~ubuntu-branches/ubuntu/vivid/solid/vivid-proposed

« back to all changes in this revision

Viewing changes to src/solid/devices/backends/fakehw/fakecamera.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-03-17 15:46:36 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20150317154636-22j6662gcq5mcqpi
Tags: 5.8.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    ~FakeCamera();
41
41
 
42
42
public Q_SLOTS:
43
 
    virtual QStringList supportedProtocols() const;
44
 
    virtual QStringList supportedDrivers(QString protocol) const;
45
 
    virtual QVariant driverHandle(const QString &driver) const;
 
43
    QStringList supportedProtocols() const Q_DECL_OVERRIDE;
 
44
    QStringList supportedDrivers(QString protocol) const Q_DECL_OVERRIDE;
 
45
    QVariant driverHandle(const QString &driver) const Q_DECL_OVERRIDE;
46
46
};
47
47
}
48
48
}