diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-10 00:17:33 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-10 00:17:33 (GMT) |
commit | e93a22d8cb01a419fe9000bac166ed76f7fef3a5 (patch) | |
tree | 864953bcb6c4b06665b5497bd8073e7b866ba371 /src/declarative/qml/qmlrewrite_p.h | |
parent | ae1c70f4cf4f217d3cf0ad2f598cafc122a562ae (diff) | |
parent | fc5fd47fc7e7d87d17386e23690af4fec80dae05 (diff) | |
download | Qt-e93a22d8cb01a419fe9000bac166ed76f7fef3a5.zip Qt-e93a22d8cb01a419fe9000bac166ed76f7fef3a5.tar.gz Qt-e93a22d8cb01a419fe9000bac166ed76f7fef3a5.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmlrewrite_p.h')
-rw-r--r-- | src/declarative/qml/qmlrewrite_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlrewrite_p.h b/src/declarative/qml/qmlrewrite_p.h index 914f997..a5cb841 100644 --- a/src/declarative/qml/qmlrewrite_p.h +++ b/src/declarative/qml/qmlrewrite_p.h @@ -69,7 +69,7 @@ class RewriteBinding: protected AST::Visitor TextWriter *_writer; public: - QString operator()(const QString &code); + QString operator()(const QString &code, bool *ok = 0); protected: using AST::Visitor::visit; |