forked from qt-creator/qt-creator
QmlJSEditor: Modernize
modernize-* Change-Id: I4dceb82c3904069a0d9848b2af61122d9282cb36 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -86,7 +86,7 @@ void QmlJSTextMark::removedFromEditor()
|
||||
m_removedFromEditorHandler(this);
|
||||
}
|
||||
|
||||
void QmlJSTextMark::init(bool warning, const QString message)
|
||||
void QmlJSTextMark::init(bool warning, const QString &message)
|
||||
{
|
||||
setIcon(warning ? Utils::Icons::CODEMODEL_WARNING.icon()
|
||||
: Utils::Icons::CODEMODEL_ERROR.icon());
|
||||
|
||||
Reference in New Issue
Block a user