aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-03-18 14:39:20 +0100
committerLars Knoll <lars.knoll@digia.com>2015-03-18 20:29:17 +0000
commit6293efb101263473709f4e887aead798e247b95f (patch)
treefbde804c37d0aeb3efee9dd097b91bdead6e0145 /src/qml/qml/qqmlengine.h
parentafe9b095cfb5e693ae14bc036b794a0c087b2c9e (diff)
Remove forward declaration of QScriptContext
Change-Id: I2ab642b73bf7fdd5d82085b0dc0f61d32a5c1fb5 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlengine.h')
-rw-r--r--src/qml/qml/qqmlengine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine.h b/src/qml/qml/qqmlengine.h
index 695884053e..df673c1fd5 100644
--- a/src/qml/qml/qqmlengine.h
+++ b/src/qml/qml/qqmlengine.h
@@ -78,7 +78,6 @@ class QQmlExpression;
class QQmlContext;
class QQmlType;
class QUrl;
-class QScriptContext;
class QNetworkAccessManager;
class QQmlNetworkAccessManagerFactory;
class QQmlIncubationController;