> SearchResult::SearchResult()
> {
> score=0;
> descriptions.setAutoDelete(true);
> }
>
> So the entries are deleted in the destructor of the SearchResult instance.
Ok, so the searchresults cannot be copyed and the Engine itself should delete
it on clearResults().
Bye
Andrea