mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-30 17:59:02 -04:00
removed line that breaks compilation
This commit is contained in:
parent
66ad7b650b
commit
c078510909
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ GxsForumThreadWidget::GxsForumThreadWidget(const RsGxsGroupId &forumId, QWidget
|
|||
ui->threadTreeWidget->setModel(mThreadProxyModel);
|
||||
|
||||
ui->threadTreeWidget->setSortingEnabled(true);
|
||||
ui->threadTreeWidget->setDynamicSortFilter(true);
|
||||
//ui->threadTreeWidget->setDynamicSortFilter(true);// is that useful??
|
||||
|
||||
ui->threadTreeWidget->setItemDelegateForColumn(RsGxsForumModel::COLUMN_THREAD_DISTRIBUTION,new DistributionItemDelegate()) ;
|
||||
ui->threadTreeWidget->setItemDelegateForColumn(RsGxsForumModel::COLUMN_THREAD_AUTHOR,new AuthorItemDelegate()) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue