From 6fb0110f972b8d9de22c7c06246b68bd7b6ebe50 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Mon, 16 Apr 2012 13:16:11 -0700 Subject: Using QLatin1String instead of QLatin1Literal QLatin1Literal is just a typedef of QLatin1String. Change-Id: If20ca225e57a7fb45a7775f0fc81aedb6da88c96 Reviewed-by: Thiago Macieira Reviewed-by: Olivier Goffart --- src/widgets/styles/qgtkstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/styles/qgtkstyle.cpp') diff --git a/src/widgets/styles/qgtkstyle.cpp b/src/widgets/styles/qgtkstyle.cpp index 87d335baad..dbaee40913 100644 --- a/src/widgets/styles/qgtkstyle.cpp +++ b/src/widgets/styles/qgtkstyle.cpp @@ -707,7 +707,7 @@ void QGtkStyle::drawPrimitive(PrimitiveElement element, // thin rectangular images const int pmSize = 64; const int border = proxy()->pixelMetric(PM_DefaultFrameWidth, option, widget); - const QString pmKey = QLatin1Literal("windowframe") % HexString(option->state); + const QString pmKey = QLatin1String("windowframe") % HexString(option->state); QPixmap pixmap; QRect pmRect(QPoint(0,0), QSize(pmSize, pmSize)); -- cgit v1.2.3