aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4codegen_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-08-15 09:23:42 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-08-15 10:35:47 +0200
commit3ccd69b53688d6855d0136873876ed315d99b571 (patch)
tree6cf9a2308f671b080df72569e580b7af5cb72ae3 /src/qml/compiler/qv4codegen_p.h
parenta9346f9b43f0657dc97957e922e5764702c9c511 (diff)
Store the file name per compilation unit, not per compiled function
Change-Id: Id699897b241a9ff6495689e5685092d311acb8c2 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/compiler/qv4codegen_p.h')
-rw-r--r--src/qml/compiler/qv4codegen_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4codegen_p.h b/src/qml/compiler/qv4codegen_p.h
index 75ca915a13..847cabb11b 100644
--- a/src/qml/compiler/qv4codegen_p.h
+++ b/src/qml/compiler/qv4codegen_p.h
@@ -420,7 +420,6 @@ protected:
void throwReferenceError(const AST::SourceLocation &loc, const QString &detail);
private:
- QString _fileName;
Result _expr;
QString _property;
UiMember _uiMember;