fixed stupid bug in my previous commit

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6143 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-02-24 22:55:58 +00:00
parent 170c0c533d
commit 86def5bbdf

View File

@ -419,6 +419,8 @@ QTreeWidgetItem *ChatLobbyWidget::getTreeWidgetItem(ChatLobbyId id)
if (itemLoop->type() == TYPE_LOBBY && itemLoop->data(COLUMN_DATA, ROLE_ID).toULongLong() == id)
return itemLoop ;
++childIndex ;
}
}
return NULL ;