diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-07 02:56:26 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-07 02:56:26 (GMT) |
commit | 30a1ff1f24d24f7090330838bc7d39394cf5e1fb (patch) | |
tree | 1995a53d935b772da022096d2bde27c48e8d15a4 /src | |
parent | ff30a79b70ffd14104aa5a770bb67efb45da12dd (diff) | |
parent | e4881731c58e53407fe995afa8ca5b8dceed39fc (diff) | |
download | Qt-30a1ff1f24d24f7090330838bc7d39394cf5e1fb.zip Qt-30a1ff1f24d24f7090330838bc7d39394cf5e1fb.tar.gz Qt-30a1ff1f24d24f7090330838bc7d39394cf5e1fb.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/qml/qmlexpression.h | 2 |
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 *, |