Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.0.0-beta1
-
Fix Version/s: Qt Creator 4.0.0-beta1
-
Component/s: C/C++/Obj-C++ Support
-
Labels:None
-
Environment:Debian sid, clang 3.8
Description
Following 8d6549fa74bcc5e05f43497aef73e814a268139e, declaring a function is impossible:
void func(
is substituted with:
void func->)
Deleting the arrow and trying to revert it to a parenthesis doesn't work. Only Undo reverts it...