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/tools/uic/customwidgetsinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/uic/customwidgetsinfo.h') diff --git a/src/tools/uic/customwidgetsinfo.h b/src/tools/uic/customwidgetsinfo.h index 80d93495f3..7cc0e28642 100644 --- a/src/tools/uic/customwidgetsinfo.h +++ b/src/tools/uic/customwidgetsinfo.h @@ -76,7 +76,7 @@ public: QString realClassName(const QString &className) const; - bool extends(const QString &className, const QLatin1String &baseClassName) const; + bool extends(const QString &className, QLatin1String baseClassName) const; bool isCustomWidgetContainer(const QString &className) const; -- cgit v1.2.3