tslib: Add missing override annotation
Else developers fail to compile due to the newly added -Wsuggest-override Change-Id: I1fdcab794a8639a7cf2f6712e9ede6f25f7d3f69 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
f26147b493
commit
30395e9185
@ -48,7 +48,7 @@ class QTsLibPlugin : public QGenericPlugin
|
||||
Q_PLUGIN_METADATA(IID QGenericPluginFactoryInterface_iid FILE "tslib.json")
|
||||
|
||||
public:
|
||||
QObject* create(const QString &key, const QString &specification);
|
||||
QObject* create(const QString &key, const QString &specification) override;
|
||||
};
|
||||
|
||||
QObject* QTsLibPlugin::create(const QString &key,
|
||||
|
Loading…
Reference in New Issue
Block a user