findresultmodel.h
changeset 841 46553c106c52
parent 837 5ecd0462f76b
child 842 bec082472471
     1.1 --- a/findresultmodel.h	Thu Mar 18 11:55:59 2010 +0000
     1.2 +++ b/findresultmodel.h	Mon Mar 22 15:37:23 2010 +0000
     1.3 @@ -45,10 +45,11 @@
     1.4                      const QModelIndex &parent = QModelIndex());
     1.5  
     1.6      FindResultItem *getItem(const QModelIndex &index) const;
     1.7 +	FindResultItem *findTreeItem (TreeItem *ti);
     1.8  
     1.9  	void addItem (TreeItem *ti);
    1.10  	void addItem (const QString &s);
    1.11 -	void addSubItem (TreeItem *parent,const QString &s, TreeItem *ti, int index);
    1.12 +	void addSubItem (TreeItem *parent,const QString &s, TreeItem *ti, int i);
    1.13  
    1.14  private:
    1.15