Fix compilation of ibase sqldriver plugin, added override
With gcc 10.2, I cannot compile qtbase without this patch. Pick-to: 6.0 5.15 Change-Id: I5be48947e2301d5befeec397291c0da597f7eb63 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
This commit is contained in:
parent
1a0da3ae69
commit
f1cebefd01
@ -51,7 +51,7 @@ class QIBaseDriverPlugin : public QSqlDriverPlugin
|
||||
public:
|
||||
QIBaseDriverPlugin();
|
||||
|
||||
QSqlDriver* create(const QString &);
|
||||
QSqlDriver* create(const QString &) override;
|
||||
};
|
||||
|
||||
QIBaseDriverPlugin::QIBaseDriverPlugin()
|
||||
|
Loading…
Reference in New Issue
Block a user