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