Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 3.5.1
-
None
-
OS X El Capitan 10.11.1 x86_64
Qt 5.5.1 x86_64 Clang
XCode 7
Description
This is going to be difficult to describe... I had tried to format the other QString constructors by hand like the first one by typing "::number" in the proper place, clicking immediately to the right of the variable within (these are all unsigneds), typing ", 16" and moving on to the next one. The crash was reproduced a few times this way, sometimes after the first change, sometimes the second or third. It must've had something to do with clicking in the next place I wanted to be with the mouse while the autocomplete menu was still open.
return QString::number( port, 16 ) % ',' % QString( device ) % ',' % QString( index ) % ',' % QString( id );
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-15207 [QtC 3.5.0] Crashes in TextEditor
- Closed