findresultitem.cpp
changeset 849 988f1908a7c4
parent 842 bec082472471
     1.1 --- a/findresultitem.cpp	Tue Mar 30 17:30:39 2010 +0000
     1.2 +++ b/findresultitem.cpp	Fri Jul 23 16:43:49 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()