mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
170c0c533d
commit
86def5bbdf
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user