Line endings...

--HG--
branch : gsoc2014-dfighter
hg/feature/cdb-packed
dfighter1985 11 years ago
parent 1ce333bb00
commit 49002d0250

@ -110,7 +110,7 @@ namespace GUIEditor
if( v.type() == QVariant::Color )
{
QColor c = v.value< QColor >();
QColor c = v.value< QColor >();
QString val = "%1 %2 %3 %4";
val = val.arg( c.red() ).arg( c.green() ).arg( c.blue() ).arg( c.alpha() );
propValue = val;

Loading…
Cancel
Save