mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Fixed display of the friend status in chat window.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5014 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
499003d875
commit
fedba02d18
6 changed files with 16 additions and 4 deletions
|
@ -162,11 +162,11 @@ void AudioPopupChatDialog::sendAudioData() {
|
|||
}
|
||||
}
|
||||
|
||||
void AudioPopupChatDialog::updateStatus(const QString& peer_id,int status)
|
||||
void AudioPopupChatDialog::updateStatus(int status)
|
||||
{
|
||||
audioListenToggleButton->setEnabled(true);
|
||||
audioMuteCaptureToggleButton->setEnabled(true);
|
||||
|
||||
updateStatus(peer_id,status) ;
|
||||
PopupChatDialog::updateStatus(status) ;
|
||||
}
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ class AudioPopupChatDialog: public PopupChatDialog
|
|||
QtSpeex::SpeexInputProcessor* inputProcessor;
|
||||
QtSpeex::SpeexOutputProcessor* outputProcessor;
|
||||
|
||||
virtual void updateStatus(const QString& peer_id,int status) ;
|
||||
virtual void updateStatus(int status) ;
|
||||
|
||||
QPushButton *audioListenToggleButton ;
|
||||
QPushButton *audioMuteCaptureToggleButton ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue