~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to tests/unit/custom_qpa/main.cpp

  • Committer: Andrea Bernabei
  • Date: 2016-07-07 15:21:03 UTC
  • mfrom: (1903.1.124 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160707152103-eaz1u4zpnyhlacwf
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    Q_OBJECT
41
41
    Q_PLUGIN_METADATA(IID QPlatformIntegrationFactoryInterface_iid FILE "custom.json")
42
42
public:
43
 
    QPlatformIntegration *create(const QString&, const QStringList&);
 
43
    QPlatformIntegration *create(const QString&, const QStringList&) override;
44
44
};
45
45
 
46
46
QPlatformIntegration *QCustomIntegrationPlugin::create(const QString& system, const QStringList& /*paramList*/)