mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 18:29:04 +00:00
oups
This commit is contained in:
parent
b69169af71
commit
cb0cacf3cc
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ void BrowserCtrlPvt::setupAtom( GeorgesQt::CFormItem *node )
|
||||||
tt = getValueTypeFromDfn( atom );
|
tt = getValueTypeFromDfn( atom );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( tt = QVariant::Type( FILEBROWSER ) )
|
if( tt == QVariant::Type( FILEBROWSER ) )
|
||||||
addFileProperty( "value", v.c_str() );
|
addFileProperty( "value", v.c_str() );
|
||||||
else
|
else
|
||||||
addVariantProperty( tt, "value", v.c_str() );
|
addVariantProperty( tt, "value", v.c_str() );
|
||||||
|
|
Loading…
Reference in a new issue