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/corelib/io/qdebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/io/qdebug.cpp') diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp index a9d0fd4b3f..8c17a61b7e 100644 --- a/src/corelib/io/qdebug.cpp +++ b/src/corelib/io/qdebug.cpp @@ -269,7 +269,7 @@ */ /*! - \fn QDebug &QDebug::operator<<(const QLatin1String &s) + \fn QDebug &QDebug::operator<<(QLatin1String s) Writes the Latin1-encoded string, \a s, to the stream and returns a reference to the stream. -- cgit v1.2.3