findresultitem.cpp
changeset 848 e265f07f2173
parent 842 bec082472471
     1.1 --- a/findresultitem.cpp	Tue Mar 30 17:30:39 2010 +0000
     1.2 +++ b/findresultitem.cpp	Mon Jun 14 13:59:17 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()