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 );
|
||||
}
|
||||
|
||||
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