mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Remove virtual method from class which shouldn't be subclassed
This commit is contained in:
parent
c86264e221
commit
858129ddd3
@ -80,8 +80,6 @@ class QgsProperty
|
||||
};
|
||||
|
||||
QgsProperty();
|
||||
virtual ~QgsProperty();
|
||||
|
||||
static QgsProperty fromExpression( const QString& expression, bool isActive = true );
|
||||
static QgsProperty fromField( const QString& fieldName, bool isActive = true );
|
||||
static QgsProperty fromValue( const QVariant& value, bool isActive = true );
|
||||
|
@ -201,8 +201,6 @@ class CORE_EXPORT QgsProperty
|
||||
*/
|
||||
QgsProperty();
|
||||
|
||||
virtual ~QgsProperty() = default;
|
||||
|
||||
/**
|
||||
* Returns a new ExpressionBasedProperty created from the specified expression.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user