fixed some errors in model

This commit is contained in:
csoler 2020-06-10 19:05:41 +02:00
parent 3412bb2a8f
commit cbf4ce6670
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 17 additions and 46 deletions

View file

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