~aacid/unity-api/use_qenum

« back to all changes in this revision

Viewing changes to test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotificationsPlugin.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:
29
29
    Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
30
30
 
31
31
public:
32
 
    void registerTypes(const char *uri);
 
32
    void registerTypes(const char *uri) override;
33
33
};
34
34
 
35
35
#endif // MOCKNOTIFICATIONSPLUGIN_H