diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-06-24 04:33:51 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-06-24 04:33:51 (GMT) |
commit | ae422458fdbd9a2cdbc48024b31f7e5528baebb4 (patch) | |
tree | d429982c68cf8bd2af7b8121db3f29c737c5d0fe /tools/linguist | |
parent | 2bae9da77fbc6407ddb24d0fe8135698092cbb6a (diff) | |
download | Qt-ae422458fdbd9a2cdbc48024b31f7e5528baebb4.zip Qt-ae422458fdbd9a2cdbc48024b31f7e5528baebb4.tar.gz Qt-ae422458fdbd9a2cdbc48024b31f7e5528baebb4.tar.bz2 |
Make compile.
Diffstat (limited to 'tools/linguist')
-rw-r--r-- | tools/linguist/lupdate/qdeclarative.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/lupdate/qdeclarative.cpp b/tools/linguist/lupdate/qdeclarative.cpp index 3eef2d7..2377416 100644 --- a/tools/linguist/lupdate/qdeclarative.cpp +++ b/tools/linguist/lupdate/qdeclarative.cpp @@ -164,7 +164,7 @@ protected: private: bool createString(AST::BinaryExpression *b) { - if (!b or b->op != 0) + if (!b || b->op != 0) return false; AST::BinaryExpression *l = AST::cast<AST::BinaryExpression *>(b->left); AST::BinaryExpression *r = AST::cast<AST::BinaryExpression *>(b->right); |