Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.8.2
-
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.