Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.4.0-rc1
-
None
Description
bool isTrue(); int c() { isTrue(); // OK, () added to completed "isTrue" true && isTrue(); // Ops, () not added to completed "isTrue" }