oups
--HG-- branch : dfighter-tools
This commit is contained in:
parent
1d028c759c
commit
7abd407bc5
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