aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv4sqlerrors.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-08 13:14:40 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-08 15:16:03 +0200
commitfe5869292055a3ff94cd90b8a9d2816d7b874fe3 (patch)
treedaea927c4fbc8faa92ad437ae321761eb2eb3431 /src/qml/qml/v8/qv4sqlerrors.cpp
parentf44e3f05650ce540aa2a0392ed547a900839befa (diff)
Add more convenient get/put API to QV4::Object
We can retrieve the current context from the Object itself, so it's possible to offer a simplified get/put API that doesn't require a context argument. Clean up a circular include dependency between qv4engine and qv4object. Change-Id: I39a37d479ace1ffbfe8ac59b393cab8e4be07677 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/v8/qv4sqlerrors.cpp')
-rw-r--r--src/qml/qml/v8/qv4sqlerrors.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/v8/qv4sqlerrors.cpp b/src/qml/qml/v8/qv4sqlerrors.cpp
index 246a6f6026..bd5a9fdc83 100644
--- a/src/qml/qml/v8/qv4sqlerrors.cpp
+++ b/src/qml/qml/v8/qv4sqlerrors.cpp
@@ -41,6 +41,7 @@
#include "qv4sqlerrors_p.h"
#include "private/qv4engine_p.h"
+#include "private/qv4object_p.h"
QT_BEGIN_NAMESPACE