From 3133a1b09e1ea1fb685dc8815650aef840684fa3 Mon Sep 17 00:00:00 2001 From: asl Date: Mon, 3 Apr 2006 10:20:12 +0000 Subject: [PATCH] null items are supported in diffSibling --- src/SUIT/SUIT_TreeSync.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SUIT/SUIT_TreeSync.h b/src/SUIT/SUIT_TreeSync.h index b39b539ae..0fd6a3336 100644 --- a/src/SUIT/SUIT_TreeSync.h +++ b/src/SUIT/SUIT_TreeSync.h @@ -104,8 +104,8 @@ void diffSiblings( const SrcItem& src, const TrgItem& trg, QValueList < DiffItem < SrcItem,TrgItem > >& d, const TreeData& td ) { - if( src==td.nullSrc() || trg==td.nullTrg() ) - return; + // if( src==td.nullSrc() || trg==td.nullTrg() ) + // return; QValueList src_ch; QValueList trg_ch; -- 2.39.2