mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
Line endings...
This commit is contained in:
parent
d1e97345da
commit
a6c994d9c4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue