summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-28 00:48:50 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-28 00:57:26 (GMT)
commitb865ab6508963cbad0a12319b40db17f9925bbde (patch)
tree2f9dd738ee06a12248af43591225942d45f17faa /src/declarative/qml/qmlexpression.h
parentc8f180e7023308b8a051b53943b9a088a7f0c427 (diff)
downloadQt-b865ab6508963cbad0a12319b40db17f9925bbde.zip
Qt-b865ab6508963cbad0a12319b40db17f9925bbde.tar.gz
Qt-b865ab6508963cbad0a12319b40db17f9925bbde.tar.bz2
QmlBasicScript should work on the actual JS AST tree
Diffstat (limited to 'src/declarative/qml/qmlexpression.h')
-rw-r--r--src/declarative/qml/qmlexpression.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlexpression.h b/src/declarative/qml/qmlexpression.h
index ea3b093..651fd9c 100644
--- a/src/declarative/qml/qmlexpression.h
+++ b/src/declarative/qml/qmlexpression.h
@@ -62,7 +62,6 @@ class Q_DECLARATIVE_EXPORT QmlExpression
public:
QmlExpression();
QmlExpression(QmlContext *, const QString &, QObject *);
- QmlExpression(QmlContext *, const QString &, QObject *, bool);
QmlExpression(QmlContext *, void *, QmlRefCount *rc, QObject *me);
virtual ~QmlExpression();
@@ -101,7 +100,6 @@ class Q_DECLARATIVE_EXPORT QmlExpressionObject : public QObject,
public:
QmlExpressionObject(QObject *parent = 0);
QmlExpressionObject(QmlContext *, const QString &, QObject *scope, QObject *parent = 0);
- QmlExpressionObject(QmlContext *, const QString &, QObject *scope, bool);
QmlExpressionObject(QmlContext *, void *, QmlRefCount *, QObject *);
public Q_SLOTS: