mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
changed the voip icons, disable the voip buttons when friend is offline.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6857 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4cf86c52a1
commit
06f6f1949d
3 changed files with 71 additions and 14 deletions
|
@ -25,6 +25,8 @@ class AudioPopupChatDialog: public PopupChatDialog
|
|||
private slots:
|
||||
void toggleAudioListen();
|
||||
void toggleAudioMuteCapture();
|
||||
void hangupCall() ;
|
||||
|
||||
|
||||
public slots:
|
||||
void sendAudioData();
|
||||
|
@ -39,5 +41,7 @@ class AudioPopupChatDialog: public PopupChatDialog
|
|||
|
||||
QToolButton *audioListenToggleButton ;
|
||||
QToolButton *audioMuteCaptureToggleButton ;
|
||||
QToolButton *hangupButton ;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue