summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlpropertyvaluesource.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2009-09-16 13:50:49 (GMT)
committerErik Verbruggen <erik.verbruggen@nokia.com>2009-09-16 13:50:49 (GMT)
commit98da50b3d081cdf0e900cd6dbf9b8cf1053c73dd (patch)
tree0eac6795738933972c243f2dc4bc040763169bd2 /src/declarative/qml/qmlpropertyvaluesource.h
parent990a39008c38d5fed19cca3b5b7af5f148c90c55 (diff)
downloadQt-98da50b3d081cdf0e900cd6dbf9b8cf1053c73dd.zip
Qt-98da50b3d081cdf0e900cd6dbf9b8cf1053c73dd.tar.gz
Qt-98da50b3d081cdf0e900cd6dbf9b8cf1053c73dd.tar.bz2
Added a virtual destructor to suppress warnings.
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")