Skip to content

Commit 858129d

Browse files
committed
Remove virtual method from class which shouldn't be subclassed
1 parent c86264e commit 858129d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

python/core/qgsproperty.sip

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ class QgsProperty
8080
};
8181

8282
QgsProperty();
83-
virtual ~QgsProperty();
84-
8583
static QgsProperty fromExpression( const QString& expression, bool isActive = true );
8684
static QgsProperty fromField( const QString& fieldName, bool isActive = true );
8785
static QgsProperty fromValue( const QVariant& value, bool isActive = true );

src/core/qgsproperty.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ class CORE_EXPORT QgsProperty
201201
*/
202202
QgsProperty();
203203

204-
virtual ~QgsProperty() = default;
205-
206204
/**
207205
* Returns a new ExpressionBasedProperty created from the specified expression.
208206
*/

0 commit comments

Comments
 (0)