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:
defnax 2013-10-20 16:59:29 +00:00
parent 4cf86c52a1
commit 06f6f1949d
3 changed files with 71 additions and 14 deletions

View file

@ -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 ;
};