mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 01:54:25 -05:00
removed some debug output
This commit is contained in:
parent
45c701c8e8
commit
7decd2b7b0
6 changed files with 25 additions and 5 deletions
|
|
@ -619,12 +619,13 @@ void PostedListWidgetWithModel::updateGroupData()
|
|||
|
||||
void PostedListWidgetWithModel::postPostLoad()
|
||||
{
|
||||
#ifdef DEBUG_POSTED
|
||||
std::cerr << "Post channel load..." << std::endl;
|
||||
#endif
|
||||
whileBlocking(ui->filter_LE)->setText(QString()); //Clear it before navigate, as it will update it.
|
||||
|
||||
if (!mNavigatePendingMsgId.isNull())
|
||||
navigate(mNavigatePendingMsgId);
|
||||
|
||||
#ifdef TO_REMOVE
|
||||
else if( (mLastSelectedPosts.count(groupId()) > 0)
|
||||
&& !mLastSelectedPosts[groupId()].isNull())
|
||||
|
|
@ -639,8 +640,10 @@ void PostedListWidgetWithModel::postPostLoad()
|
|||
ui->postsTree->setFocus();
|
||||
}
|
||||
#endif
|
||||
#ifdef DEBUG_POSTED
|
||||
else
|
||||
std::cerr << "No pre-selected channel post." << std::endl;
|
||||
#endif
|
||||
|
||||
updateShowLabel();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue