~ubuntu-branches/debian/sid/krunner/sid

« back to all changes in this revision

Viewing changes to src/declarative/runnermodelplugin.h

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-04-23 08:25:20 UTC
  • mfrom: (7.1.6 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20150423082520-i9lskdzx6adyhwwn
Tags: 5.9.0-1
New upstream release (5.9.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
32
32
 
33
33
public:
34
 
    void registerTypes(const char *uri);
 
34
    void registerTypes(const char *uri) Q_DECL_OVERRIDE;
35
35
};
36
36
 
37
37
#endif