forked from qt-creator/qt-creator
Replace QLatin1String("x") with QLatin1Char('x') where possible
Change-Id: I2f90c8ae7b5e968b9de882833f8661ab540a9232 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -138,7 +138,7 @@ Command ClangFormat::command(int offset, int length) const
|
||||
} else {
|
||||
command.addOption(QLatin1String("-style={")
|
||||
+ m_settings->style(m_settings->customStyle()).remove(QLatin1Char('\n'))
|
||||
+ QLatin1String("}"));
|
||||
+ QLatin1Char('}'));
|
||||
}
|
||||
|
||||
if (offset != -1) {
|
||||
|
||||
Reference in New Issue
Block a user