~mterry/+junk/fp

« back to all changes in this revision

Viewing changes to tests/mocks/Utils/plugin.h

  • Committer: Michał Sawicz
  • Date: 2016-06-18 22:37:48 UTC
  • mfrom: (2313.34.88 unity8)
  • Revision ID: michal.sawicz@canonical.com-20160618223748-myshjyuyhvrj3nud
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
27
27
 
28
28
public:
29
 
    void registerTypes(const char *uri);
 
29
    void registerTypes(const char *uri) override;
30
30
};
31
31
 
32
32
#endif