-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.5.1, Qt Creator 2.6.0-rc
-
None
-
93894ab160aad6a17b0c282e4cee21caf11b2e04
struct Foo { bool IsItBa() const { return false; } int bar() { return |Bar; } // Type IsI<ctrl-space> };
Ba from Bar it removed and the result is return IsItBa()r;
Occured to me when I used autocomplete for a function that ends with 't' and had 'this' on the cursor position. The 't' from this was removed.