removed line that breaks compilation

This commit is contained in:
csoler 2018-11-29 18:34:47 +01:00
parent 66ad7b650b
commit c078510909
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -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()) ;