mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 20:36:36 -05:00
fixed coumn visibility depending on box
This commit is contained in:
parent
a7570b70eb
commit
7b78b87c65
3 changed files with 12 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue