aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8objectresource_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-06-10 16:44:04 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-06-11 07:20:33 +0200
commitc786e7a427f0be526a3f5c5fd4b4f30ea53ac1b7 (patch)
treec3c659c73d4ca10e65f3f92c24173df008873466 /src/qml/qml/v8/qv8objectresource_p.h
parent3d483980723ddf84cbb9a1586a6ff5eb6ee0d807 (diff)
Convert the first canvas subobject over to v4 style
Change-Id: Idb99d4081358b46df6a0b5340c9b4fa220d48e80 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/v8/qv8objectresource_p.h')
-rw-r--r--src/qml/qml/v8/qv8objectresource_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/v8/qv8objectresource_p.h b/src/qml/qml/v8/qv8objectresource_p.h
index a112a336c5..5afecb2e4f 100644
--- a/src/qml/qml/v8/qv8objectresource_p.h
+++ b/src/qml/qml/v8/qv8objectresource_p.h
@@ -70,7 +70,7 @@ class QV8ObjectResource : public v8::Object::ExternalResource
public:
QV8ObjectResource(QV8Engine *engine) : engine(engine) { Q_ASSERT(engine); }
enum ResourceType { XMLHttpRequestType, DOMNodeType,
- Context2DStyleType, Context2DPixelArrayType,
+ Context2DStyleType,
ParticleDataType, VisualDataItemType };
virtual ResourceType resourceType() const = 0;