Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.5.0-beta
-
None
-
5be4214b289196ad7531958e6685b8c342ee0915
Description
The following code results in a wiggyly underline:
auto func = [](int a, int b)
{return a + b;};
with the tooltip "undefined function"