selection.cpp
changeset 650 65c5a0c28d20
parent 641 687833b29c4e
child 651 1e51ba080947
     1.1 --- a/selection.cpp	Mon Jan 14 16:33:13 2008 +0000
     1.2 +++ b/selection.cpp	Tue Jan 15 10:54:41 2008 +0000
     1.3 @@ -184,7 +184,9 @@
     1.4  QString Selection::getSelectString()// TODO no multiselections yet
     1.5  {
     1.6  	if (selectList.count()==1)
     1.7 -		return selectList.first()->getSelectString();
     1.8 +	{
     1.9 +		return model->getSelectString (selectList.first() );
    1.10 +	}
    1.11  	else
    1.12  		return"";
    1.13  }