Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 3.0.0-rc1
-
None
-
323be40b3e14a77d39856674a13bd1ecadacd04b
Description
When I press Alt+Enter on QPlainTextEdit or QTextEdit Qt Creator crashes:
if( QLineEdit *edt = 0 ) { } else if( QPlainTextEdit *ptxt = 0 ) { } else if( QTextEdit *txt = 0 ) { }
It doesn't make a difference if the include for the classes is already present or not.