summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-27 03:48:14 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-27 03:48:14 (GMT)
commit307fad7e813770c8f2a6236828b26cd14ddc57aa (patch)
tree98096d4fbe7dea9b81dfd71ae5b52736dbd40219 /src/declarative/qml/qmlexpression_p.h
parent80476372e6f4dd3e179eeba949e86a336bc8fde3 (diff)
downloadQt-307fad7e813770c8f2a6236828b26cd14ddc57aa.zip
Qt-307fad7e813770c8f2a6236828b26cd14ddc57aa.tar.gz
Qt-307fad7e813770c8f2a6236828b26cd14ddc57aa.tar.bz2
Make sure we pass through a line number for evaluating bindings.
Also, don't convert URL to string each time we call evaluate.
Diffstat (limited to 'src/declarative/qml/qmlexpression_p.h')
-rw-r--r--src/declarative/qml/qmlexpression_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlexpression_p.h b/src/declarative/qml/qmlexpression_p.h
index 41b7749..a20ead4 100644
--- a/src/declarative/qml/qmlexpression_p.h
+++ b/src/declarative/qml/qmlexpression_p.h
@@ -83,7 +83,7 @@ public:
QObject *me;
bool trackChange;
- QUrl fileName;
+ QString fileName;
int line;
quint32 id;