Fix a typo in code comment in moc
Change-Id: I772ba33660fd368bfab5d3aaf4c645dc0949ce73 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
This commit is contained in:
parent
72155f4eb4
commit
e64188966c
@ -202,7 +202,7 @@ Symbols Preprocessor::tokenize(const QByteArray& input, int lineNum, Preprocesso
|
|||||||
data = skipQuote(data);
|
data = skipQuote(data);
|
||||||
token = STRING_LITERAL;
|
token = STRING_LITERAL;
|
||||||
// concatenate multi-line strings for easier
|
// concatenate multi-line strings for easier
|
||||||
// STRING_LITERAAL handling in moc
|
// STRING_LITERAL handling in moc
|
||||||
if (!Preprocessor::preprocessOnly
|
if (!Preprocessor::preprocessOnly
|
||||||
&& !symbols.isEmpty()
|
&& !symbols.isEmpty()
|
||||||
&& symbols.last().token == STRING_LITERAL) {
|
&& symbols.last().token == STRING_LITERAL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user