mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 15:47:30 -04:00
Added missing calls to preMods in RsFriendListModel::setDisplayStatusString and RsFriendListModel::setDisplayStatusIcon
This commit is contained in:
parent
32a43b1892
commit
ccd1cfbde6
1 changed files with 2 additions and 0 deletions
|
@ -162,12 +162,14 @@ static QIcon createAvatar(const QPixmap &avatar, const QPixmap &overlay)
|
||||||
|
|
||||||
void RsFriendListModel::setDisplayStatusString(bool b)
|
void RsFriendListModel::setDisplayStatusString(bool b)
|
||||||
{
|
{
|
||||||
|
preMods();
|
||||||
mDisplayStatusString = b;
|
mDisplayStatusString = b;
|
||||||
postMods();
|
postMods();
|
||||||
}
|
}
|
||||||
|
|
||||||
void RsFriendListModel::setDisplayStatusIcon(bool b)
|
void RsFriendListModel::setDisplayStatusIcon(bool b)
|
||||||
{
|
{
|
||||||
|
preMods();
|
||||||
mDisplayStatusIcon = b;
|
mDisplayStatusIcon = b;
|
||||||
postMods();
|
postMods();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue