Line endings...

This commit is contained in:
dfighter1985 2014-06-20 15:09:13 +02:00
parent 775278d9de
commit 4a8bd7c7c1

View file

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