mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 20:36:36 -05:00
fixed quick view filters, loading of drafts (from previous format), uniqueness of message Ids
This commit is contained in:
parent
006f4c53be
commit
0528bf4b50
3 changed files with 52 additions and 26 deletions
|
|
@ -694,8 +694,10 @@ void RsMessageModel::setQuickViewFilter(QuickViewFilter fn)
|
|||
std::cerr << "Changing new quickview filter to " << fn << std::endl;
|
||||
#endif
|
||||
|
||||
mQuickViewFilter = fn ;
|
||||
updateMessages();
|
||||
mQuickViewFilter = fn ;
|
||||
|
||||
if(rowCount() > 0)
|
||||
emit dataChanged(createIndex(0,0),createIndex(rowCount()-1,RsMessageModel::columnCount()-1));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue