From 09f20e75a4556e9c2f24db8606def88770e6f5df Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Wed, 23 May 2012 03:49:57 +0300 Subject: Replace `const QLatin1String &` with `QLatin1String` where appropriate Task-Id: QTBUG-24502 Change-Id: I360dee4dc68c165de0631ce4cf34e76fd873080e Reviewed-by: Thiago Macieira --- src/gui/text/qcssparser_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/text/qcssparser_p.h') diff --git a/src/gui/text/qcssparser_p.h b/src/gui/text/qcssparser_p.h index a5601fe58a..0dc4438d04 100644 --- a/src/gui/text/qcssparser_p.h +++ b/src/gui/text/qcssparser_p.h @@ -824,7 +824,7 @@ public: return (index - 1) < symbols.count() ? symbols.at(index - 1).token : NONE; } - bool testTokenAndEndsWith(TokenType t, const QLatin1String &str); + bool testTokenAndEndsWith(TokenType t, QLatin1String str); inline bool recordError() { errorIndex = index; return false; } -- cgit v1.2.3