Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Revert "Remove virtual method from class which shouldn't be s…
…ubclassed""

This reverts commit cb68c98.
  • Loading branch information
3nids committed Apr 24, 2017
1 parent 6d26bb3 commit 2a8555e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions python/core/qgsproperty.sip
Expand Up @@ -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 );
Expand Down
2 changes: 0 additions & 2 deletions src/core/qgsproperty.h
Expand Up @@ -201,8 +201,6 @@ class CORE_EXPORT QgsProperty
*/
QgsProperty();

virtual ~QgsProperty() = default;

/**
* Returns a new ExpressionBasedProperty created from the specified expression.
*/
Expand Down

0 comments on commit 2a8555e

Please sign in to comment.