mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -04:00
additional step in rewriting commandline parameter handling
This commit is contained in:
parent
4f56c7dd2f
commit
c5aface2cb
21 changed files with 878 additions and 688 deletions
|
@ -121,7 +121,7 @@ void AvatarWidget::setFrameType(FrameType type)
|
|||
|
||||
//refreshAvatarImage();
|
||||
refreshStatus();
|
||||
Rshare::refreshStyleSheet(this, false);
|
||||
RsApplication::refreshStyleSheet(this, false);
|
||||
}
|
||||
void AvatarWidget::setId(const ChatId &id)
|
||||
{
|
||||
|
@ -174,7 +174,7 @@ void AvatarWidget::refreshStatus()
|
|||
case NO_FRAME:
|
||||
case NORMAL_FRAME:
|
||||
{
|
||||
Rshare::refreshStyleSheet(this, false);
|
||||
RsApplication::refreshStyleSheet(this, false);
|
||||
break;
|
||||
}
|
||||
case STATUS_FRAME:
|
||||
|
@ -252,7 +252,7 @@ void AvatarWidget::updateStatus(int status)
|
|||
mPeerState = status;
|
||||
|
||||
setEnabled(((uint32_t) status == RS_STATUS_OFFLINE) ? false : true);
|
||||
Rshare::refreshStyleSheet(this, false);
|
||||
RsApplication::refreshStyleSheet(this, false);
|
||||
}
|
||||
|
||||
void AvatarWidget::updateAvatar(const QString &peerId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue