findresultitem.cpp
changeset 847 43268373032d
parent 842 bec082472471
     1.1 --- a/findresultitem.cpp	Fri Apr 09 14:24:04 2010 +0000
     1.2 +++ b/findresultitem.cpp	Wed Jun 09 13:14:08 2010 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  	orgID=-1;
     1.5  	orgIndex=-1;
     1.6  	orgModel=NULL;
     1.7 -	itemData.append(QVariant("empty"));
     1.8 +	if (data.isEmpty()) itemData.append(QVariant("empty"));
     1.9  }
    1.10  
    1.11  FindResultItem::~FindResultItem()