mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Add override after dataComment move
This commit is contained in:
parent
59b0dc13ac
commit
3a5ad9a5c1
@ -198,7 +198,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
|
||||
* Returns a short comment for the data that this provider is
|
||||
* providing access to (e.g. the comment for postgres table).
|
||||
*/
|
||||
virtual QString dataComment() const;
|
||||
virtual QString dataComment() const override;
|
||||
|
||||
/**
|
||||
* Returns the minimum value of an attribute
|
||||
|
Loading…
x
Reference in New Issue
Block a user