-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Fixed
-
Affects Version/s: Qt Creator 4.8.0-beta1
-
Fix Version/s: Qt Creator 4.8.0-beta2
-
Component/s: C/C++/Obj-C++ Support
-
Labels:
-
Environment:clang codemodel
Code completion for function pointers automatically completes with brackets:
connect(obj, &QObject::destro <CTRL + Space> completes to: connect(obj, &QObject::destroyed()
Brackets are wrong here. The original Qt Creator code model completes here only signals and the class based on type of <obj>. That would be nice to have back in the future.