Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
4.6.2
-
dd4d594c787a62fa8aa12695c5d115c71b59bacd,23717f80cd0f2e6a63aaabc1f62a377d13f76540
Description
tools/linguist/shared/profileevaluator.cpp
m_cumulative is set to true by default, so lupdate don't expand FOR loops for pro file.
after every release, I need to change in ProFileEvaluator::Private::Private(ProFileEvaluator *q_)
m_cumulative = false;
to make lupdate works for my pro, which contains FOR loop...
Attachments
Issue Links
- relates to
-
QTCREATORBUG-6840 Qt4ProjectManager should parse 'for' for inactive configurations
-
- Closed
-
- resulted in
-
QTBUG-36562 Crash in lrelease
-
- Closed
-