Trimm the buttonsToString in debug console
This commit is contained in:
parent
5f2245adaf
commit
ad3101c4cf
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ static QString buttonsToString(Qt::MouseButtons buttons)
|
|||
ret.append(QStringLiteral(" "));
|
||||
}
|
||||
};
|
||||
return ret;
|
||||
return ret.trimmed();
|
||||
}
|
||||
|
||||
static const QString s_hr = QStringLiteral("<hr/>");
|
||||
|
|
Loading…
Reference in a new issue