aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompileddata.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-06 15:32:56 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-06 16:00:31 +0200
commit19c6f620dd35916466c36234231d798f79732ab0 (patch)
tree25cc4889ae7d971e7a68efbd43f482161934907b /src/qml/qml/qqmlcompileddata.cpp
parentd8ef02beeea7bda1348ed02cf59b6eae74ffc1ad (diff)
Convert some v8::Persistent to v4
Change-Id: Ic6613b020dbbb1ee75e2096707d8fb1aa228083d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlcompileddata.cpp')
-rw-r--r--src/qml/qml/qqmlcompileddata.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlcompileddata.cpp b/src/qml/qml/qqmlcompileddata.cpp
index 7279762565..4dba670be8 100644
--- a/src/qml/qml/qqmlcompileddata.cpp
+++ b/src/qml/qml/qqmlcompileddata.cpp
@@ -134,8 +134,6 @@ QQmlCompiledData::~QQmlCompiledData()
void QQmlCompiledData::clear()
{
- for (int ii = 0; ii < programs.count(); ++ii)
- qPersistentDispose(programs[ii].bindings);
}
/*!