~aacid/unity-api/use_qenum

« back to all changes in this revision

Viewing changes to test/qmltest/modules/TestUtil/TestUtilPlugin.h

  • Committer: Albert Astals Cid
  • Date: 2016-12-14 15:57:28 UTC
  • Revision ID: albert.astals@canonical.com-20161214155728-h1fmoxboreq3x621
Enable -Wsuggest-override

And add the override it suggests

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 // TESTUTIL_PLUGIN_H