mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-21 13:24:49 -04:00
Merge pull request #2687 from csoler/v0.6-BugFixing_26
fixed filtering of messages in Mail
This commit is contained in:
commit
d9c9363b05
1 changed files with 2 additions and 3 deletions
|
@ -387,12 +387,11 @@ void RsMessageModel::setFilter(FilterType filter_type, const QStringList& string
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
preMods();
|
|
||||||
|
|
||||||
mFilterType = filter_type;
|
mFilterType = filter_type;
|
||||||
mFilterStrings = strings;
|
mFilterStrings = strings;
|
||||||
|
|
||||||
postMods();
|
if(rowCount() > 0)
|
||||||
|
emit dataChanged(createIndex(0,0),createIndex(rowCount()-1,RsMessageModel::columnCount()-1));
|
||||||
}
|
}
|
||||||
|
|
||||||
QVariant RsMessageModel::toolTipRole(const Rs::Msgs::MsgInfoSummary& fmpe,int column) const
|
QVariant RsMessageModel::toolTipRole(const Rs::Msgs::MsgInfoSummary& fmpe,int column) const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue