mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-17 17:43:59 -05:00
fixed some errors in model
This commit is contained in:
parent
3412bb2a8f
commit
cbf4ce6670
2 changed files with 17 additions and 46 deletions
|
|
@ -468,6 +468,8 @@ void GxsChannelPostsWidgetWithModel::updateChannelFiles()
|
|||
ui->channelFiles_TV->resizeColumnToContents(RsGxsChannelPostFilesModel::COLUMN_FILES_FILE);
|
||||
ui->channelFiles_TV->resizeColumnToContents(RsGxsChannelPostFilesModel::COLUMN_FILES_SIZE);
|
||||
ui->channelFiles_TV->setAutoSelect(true);
|
||||
|
||||
mChannelPostFilesProxyModel->sort(0, Qt::AscendingOrder);
|
||||
}
|
||||
|
||||
void GxsChannelPostsWidgetWithModel::updateGroupData()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue