mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 17:13:58 -05:00
removed some debug output
This commit is contained in:
parent
a64fda1fb8
commit
48da2d195a
6 changed files with 21 additions and 6 deletions
|
|
@ -1619,7 +1619,9 @@ bool NewFriendList::isColumnVisible(int col) const
|
|||
}
|
||||
void NewFriendList::setColumnVisible(int col,bool visible)
|
||||
{
|
||||
#ifdef DEBUG_NEW_FRIEND_LIST
|
||||
std::cerr << "Setting column " << col << " to be visible: " << visible << std::endl;
|
||||
#endif
|
||||
ui->peerTreeWidget->setColumnHidden(col, !visible);
|
||||
}
|
||||
void NewFriendList::toggleColumnVisible()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue