mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue