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:
@@ -563,7 +563,7 @@ bool LineInfo::isUnfinishedLine()
|
||||
unf = true;
|
||||
|
||||
// ### This only checks one line back.
|
||||
} else if (readLine() && yyLine->endsWith(QLatin1String(";")) && hasUnclosedParenOrBracket()) {
|
||||
} else if (readLine() && yyLine->endsWith(QLatin1Char(';')) && hasUnclosedParenOrBracket()) {
|
||||
/*
|
||||
Exception:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user