diff -r c13937960f1d -r 46553c106c52 findresultmodel.h --- a/findresultmodel.h Thu Mar 18 11:55:59 2010 +0000 +++ b/findresultmodel.h Mon Mar 22 15:37:23 2010 +0000 @@ -45,10 +45,11 @@ const QModelIndex &parent = QModelIndex()); FindResultItem *getItem(const QModelIndex &index) const; + FindResultItem *findTreeItem (TreeItem *ti); void addItem (TreeItem *ti); void addItem (const QString &s); - void addSubItem (TreeItem *parent,const QString &s, TreeItem *ti, int index); + void addSubItem (TreeItem *parent,const QString &s, TreeItem *ti, int i); private: