summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2017-10-23 10:47:49 +0300
committerAntti Määttä <antti.maatta@qt.io>2017-10-24 13:24:20 +0000
commite0307030ff18b911a91ff5e4fa7958cd77493c42 (patch)
tree06154565d413773c445b8ea99bf42837c82f7237 /src/3rdparty
parent9bd7da7fc5c25589c80869f9f554d120e978a69a (diff)
Rename the rest of the UIC to Qt3DS
Task-number: QT3DS-18 Change-Id: Ia8141980f575565ee7dbfa33422f25f121da5fe1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/color/CColor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/color/CColor.cpp b/src/3rdparty/color/CColor.cpp
index 02e0ad3c..63c5bf13 100644
--- a/src/3rdparty/color/CColor.cpp
+++ b/src/3rdparty/color/CColor.cpp
@@ -473,7 +473,7 @@ unsigned char CColor::ToRGB1(float rm1, float rm2, float rh)
Q3DStudio::CString CColor::GetString() const
{
Q3DStudio::CString color;
- color.Format( _UIC( "%02X%02X%02X" ), GetRed(), GetGreen(), GetBlue());
+ color.Format( _LSTR( "%02X%02X%02X" ), GetRed(), GetGreen(), GetBlue());
return color;
}