summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlpropertyvaluesource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlpropertyvaluesource.h')
-rw-r--r--src/declarative/qml/qmlpropertyvaluesource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlpropertyvaluesource.h b/src/declarative/qml/qmlpropertyvaluesource.h
index ee4ea2c..384d2f9 100644
--- a/src/declarative/qml/qmlpropertyvaluesource.h
+++ b/src/declarative/qml/qmlpropertyvaluesource.h
@@ -55,6 +55,7 @@ class Q_DECLARATIVE_EXPORT QmlPropertyValueSource
{
public:
QmlPropertyValueSource();
+ virtual ~QmlPropertyValueSource();
virtual void setTarget(const QmlMetaProperty &) = 0;
};
Q_DECLARE_INTERFACE(QmlPropertyValueSource, "com.trolltech.qml.QmlPropertyValueSource")