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:
Fabian Kosmale 2020-07-28 08:44:17 +02:00
parent f26147b493
commit 30395e9185

View File

@ -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,