30   cfg.insert( QStringLiteral( 
"EmptyIsNull" ), mEmptyisNull->isChecked() );
 
   31   cfg.insert( QStringLiteral( 
"EmptyIsEmptyArray" ), mEmptyisEmptyArray->isChecked() );
 
   38   mEmptyisNull->setChecked( config.value( QStringLiteral( 
"EmptyIsNull" ) ).toBool() );
 
   39   mEmptyisEmptyArray->setChecked( config.value( QStringLiteral( 
"EmptyIsEmptyArray" ) ).toBool() );