aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-07 08:54:12 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-07 12:46:55 +0200
commit0ae4fb4647d6b286805e01763341c126000155ea (patch)
tree39fa8356dc87f55a36b79349f4a0cf71264fb601 /src/qml/qml/qqmlboundsignal_p.h
parent5963aead75991ea8b0fded251e18ef75f099ab8f (diff)
Change some v8::Persistent to QV4::PersistentValue
Change-Id: I2c4e98cf7e778de9aafabdbd68e6682106343d12 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlboundsignal_p.h')
-rw-r--r--src/qml/qml/qqmlboundsignal_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlboundsignal_p.h b/src/qml/qml/qqmlboundsignal_p.h
index 910e1e3f1e..33fa5be0a9 100644
--- a/src/qml/qml/qqmlboundsignal_p.h
+++ b/src/qml/qml/qqmlboundsignal_p.h
@@ -99,8 +99,8 @@ private:
void init(QQmlContextData *ctxt, QObject *scope);
bool hasParameterInfo() const { return m_parameterCountForJS > 0; }
- v8::Persistent<v8::Object> m_v8qmlscope;
- v8::Persistent<v8::Function> m_v8function;
+ QV4::PersistentValue m_v8qmlscope;
+ QV4::PersistentValue m_v8function;
//either expressionUtf8 or expression will be used (but not both).
//once m_v8function is valid, we clear both expressions, and