Hmm... I'm using only "top level item", so now I check if item are already in memory that:
Qt Code:
  1. if ((tree->indexOfTopLevelItem(item)) > -1)
  2. // here I'm sure - item is in tree list and it is OK
To copy to clipboard, switch view to plain text mode 
It works, but I'm looking for simplest method