summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-12-07 01:01:11 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-12-07 01:01:11 (GMT)
commite4881731c58e53407fe995afa8ca5b8dceed39fc (patch)
treefff99485669d91b3a67c919b1044038c78b1dfed /src/declarative/qml/qmlexpression.h
parent1f002c8af75f0c66ab2c8581421c29320241a7aa (diff)
downloadQt-e4881731c58e53407fe995afa8ca5b8dceed39fc.zip
Qt-e4881731c58e53407fe995afa8ca5b8dceed39fc.tar.gz
Qt-e4881731c58e53407fe995afa8ca5b8dceed39fc.tar.bz2
valueChanged() needs to be virtual?
Diffstat (limited to 'src/declarative/qml/qmlexpression.h')
-rw-r--r--src/declarative/qml/qmlexpression.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlexpression.h b/src/declarative/qml/qmlexpression.h
index 4fdfc3f..c019f21 100644
--- a/src/declarative/qml/qmlexpression.h
+++ b/src/declarative/qml/qmlexpression.h
@@ -92,7 +92,7 @@ public Q_SLOTS:
QVariant value(bool *isUndefined = 0);
Q_SIGNALS:
- void valueChanged();
+ virtual void valueChanged();
protected:
QmlExpression(QmlContext *, const QString &, QObject *,