mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 15:51:29 -04:00
removed debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6266 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fad59e4de3
commit
263c15d6bd
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ void ChatLobbyWidget::resetLobbyTreeIcons()
|
||||||
if(it->second.last_typing_event + 5 <= now)
|
if(it->second.last_typing_event + 5 <= now)
|
||||||
{
|
{
|
||||||
getTreeWidgetItem(it->first)->setIcon(0,it->second.default_icon) ;
|
getTreeWidgetItem(it->first)->setIcon(0,it->second.default_icon) ;
|
||||||
std::cerr << "Reseted 1 lobby icon." << std::endl;
|
// std::cerr << "Reseted 1 lobby icon." << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue