summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-16 06:13:32 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-16 06:13:32 (GMT)
commit5d261870c2c208027fd4fd90d66b2e734235ba3d (patch)
tree5c7f81e7d8dc7a0f8158ab19d6fb2539d01e9d6a /src/declarative/qml/qmlexpression.h
parent8eec0b69e303d10582d04784a0bb200418272c4d (diff)
downloadQt-5d261870c2c208027fd4fd90d66b2e734235ba3d.zip
Qt-5d261870c2c208027fd4fd90d66b2e734235ba3d.tar.gz
Qt-5d261870c2c208027fd4fd90d66b2e734235ba3d.tar.bz2
Add binding assignment warnings
Diffstat (limited to 'src/declarative/qml/qmlexpression.h')
-rw-r--r--src/declarative/qml/qmlexpression.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlexpression.h b/src/declarative/qml/qmlexpression.h
index b85e0a7..73682f1 100644
--- a/src/declarative/qml/qmlexpression.h
+++ b/src/declarative/qml/qmlexpression.h
@@ -76,6 +76,8 @@ public:
bool trackChange() const;
void setTrackChange(bool);
+ QUrl sourceFile() const;
+ int lineNumber() const;
void setSourceLocation(const QUrl &fileName, int line);
QObject *scopeObject() const;