From 3a5ad9a5c13a4dc582fc7e7bfff49f97b96fbbfc Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Thu, 2 Apr 2020 19:37:42 +0200 Subject: [PATCH] Add override after dataComment move --- src/core/qgsvectordataprovider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/qgsvectordataprovider.h b/src/core/qgsvectordataprovider.h index 6e6742c0e23..f50105aea42 100644 --- a/src/core/qgsvectordataprovider.h +++ b/src/core/qgsvectordataprovider.h @@ -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