-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.1.0-beta
-
None
When the following Clang output is parsed (all comes in via stderr), the resulting issues are rendered with the last line being cut off when the details are displayed.
In file included from /home/code/src/creator-stable/src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp:30: In file included from /home/code/src/creator-stable/src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.h:34: /home/code/src/creator-stable/src/plugins/qmldesigner/components/propertyeditor/designerpropertymap.h:62:22: warning: address of 'this->m_defaultValue' will always evaluate to 'true' [-Wbool-conversion] return QVariant(&m_defaultValue); ~~~~~~~~ ^~~~~~~~~~~~~~ /home/code/src/creator-stable/src/plugins/qmldesigner/components/propertyeditor/propertyeditorqmlbackend.cpp:139:119: note: in instantiation of member function 'QmlDesigner::DesignerPropertyMap<PropertyEditorValue>::value' requested here PropertyEditorValue *valueObject = qobject_cast<PropertyEditorValue*>(variantToQObject(backendValuesPropertyMap().value(propertyName))); ^ 1 warning generated.
Attached you will find screenshots of the issues generated.
My guess would be that the monospaced font is not taken into account when calculating the height of the issue.