Searched refs:haveAncestor (Results 1 – 2 of 2) sorted by relevance
142 bool haveAncestor( TreeItem * item );
417 bool TreeItem::haveAncestor( TreeItem * item ) in haveAncestor() function in TreeItem824 …if( parentItem->haveAncestor( item ) || parentItem->haveSameItem( item, action == Qt::MoveAction )… in dropMimeData()