Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.0.0-beta1
-
None
-
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...