mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-10-14 06:21:03 -04:00
moved ownAvatarChanged() and ownStatusChanged() to rsEvents
This commit is contained in:
parent
4b9d060c81
commit
9b881a6214
6 changed files with 38 additions and 17 deletions
|
@ -133,6 +133,7 @@ void NotifyQt::notifyChatMessage(const ChatMessage &msg)
|
|||
emit chatMessageReceived(msg);
|
||||
}
|
||||
|
||||
#ifdef TO_REMOVE
|
||||
void NotifyQt::notifyOwnAvatarChanged()
|
||||
{
|
||||
{
|
||||
|
@ -146,6 +147,7 @@ void NotifyQt::notifyOwnAvatarChanged()
|
|||
#endif
|
||||
emit ownAvatarChanged() ;
|
||||
}
|
||||
#endif
|
||||
|
||||
class SignatureEventData
|
||||
{
|
||||
|
@ -365,7 +367,6 @@ void NotifyQt::notifyPeerStatusChangedSummary()
|
|||
|
||||
emit peerStatusChangedSummary();
|
||||
}
|
||||
#endif
|
||||
|
||||
void NotifyQt::notifyOwnStatusMessageChanged()
|
||||
{
|
||||
|
@ -393,6 +394,7 @@ void NotifyQt::notifyPeerHasNewAvatar(std::string peer_id)
|
|||
#endif
|
||||
emit peerHasNewAvatar(QString::fromStdString(peer_id)) ;
|
||||
}
|
||||
#endif
|
||||
|
||||
void NotifyQt::notifyCustomState(const std::string& peer_id, const std::string& status_string)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue