aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8engine_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-06-26 20:53:13 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-28 14:56:09 +0200
commit8cb3b016885a861fcd2af24e559e768eabecc3ae (patch)
tree1c4f7f19d72247688f50e650adc60a930f64a761 /src/qml/qml/v8/qv8engine_p.h
parent1b3e648a831ba87d9342ed6a08dc11f1bc1b1b3e (diff)
Remove some unused code and forward declarations
Change-Id: I2ab2818159c60b199cae4f7573ea47b01a178e7b Reviewed-by: Simon Hausmann <simon.hausmann@digia.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 04eacfc55f..c1244d2005 100644
--- a/src/qml/qml/v8/qv8engine_p.h
+++ b/src/qml/qml/v8/qv8engine_p.h
@@ -132,7 +132,6 @@ public:
void setReturnValue(const QV4::Value &rv) { *retVal = rv; }
QV8Engine *engine() const { return e; }
private:
- friend class QV8QObjectWrapper;
friend struct QV4::QObjectMethod;
QQmlV4Function();
QQmlV4Function(const QQmlV4Function &);