fixed coumn visibility depending on box

This commit is contained in:
csoler 2022-12-04 18:46:19 +01:00
parent a7570b70eb
commit 7b78b87c65
3 changed files with 12 additions and 7 deletions

View file

@ -88,7 +88,7 @@ int RsMessageModel::rowCount(const QModelIndex& parent) const
int RsMessageModel::columnCount(const QModelIndex &/*parent*/) const
{
return COLUMN_THREAD_NB_COLUMNS ;
return COLUMN_THREAD_NB_COLUMNS;
}
bool RsMessageModel::getMessageData(const QModelIndex& i,Rs::Msgs::MessageInfo& fmpe) const