aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8engine_p.h
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2015-12-10 20:41:58 +0100
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2015-12-15 11:28:36 +0000
commit73be0b70e52ab4e10d91ff6bcd6320138deb0b7a (patch)
tree603a14623241343a177d4d647c2f522fd8a820e2 /src/qml/qml/v8/qv8engine_p.h
parentf521f2370bb4275bacb51ecec8722e8558f0ad0d (diff)
Remove dead fwd-dcl
Change-Id: Ifd9fe32b80cd1ebc8dc9fda7c252ecdaae42cb37 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/v8/qv8engine_p.h')
-rw-r--r--src/qml/qml/v8/qv8engine_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/v8/qv8engine_p.h b/src/qml/qml/v8/qv8engine_p.h
index 552470c88c..a2ccc5f3b0 100644
--- a/src/qml/qml/v8/qv8engine_p.h
+++ b/src/qml/qml/v8/qv8engine_p.h
@@ -113,7 +113,6 @@ namespace QV4 {
// The QQmlV8Function - and consequently the arguments and return value - only remains
// valid during the call. If the return value isn't set within myMethod(), the will return
// undefined.
-class QV8Engine;
class QQmlV4Function
{