Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.8.2
-
Fix Version/s: Qt Creator 4.9.0
-
Component/s: C/C++/Obj-C++ Support
-
Labels:
-
Environment:macOS 10.14
Description
When using a kit that does not have a Qt version set the code model will incorrectly parse default constructed class members. It will indicate that there should be a { after a line like:
MyClass::MyClass() : s()
This can either be seen in the editor or via the Inspect Code Model option.