mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
Changed the additional buttons of ChatLobbyDialog and AudioPopupChatDialog to QToolButton.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6798 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9ca0775933
commit
b49ba8b98f
4 changed files with 22 additions and 18 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <gui/chat/PopupChatDialog.h>
|
||||
#include <gui/audiodevicehelper.h>
|
||||
|
||||
class QPushButton;
|
||||
class QToolButton;
|
||||
|
||||
#define VOIP_SOUND_INCOMING_CALL "VOIP_incoming_call"
|
||||
|
||||
|
@ -37,7 +37,7 @@ class AudioPopupChatDialog: public PopupChatDialog
|
|||
|
||||
virtual void updateStatus(int status) ;
|
||||
|
||||
QPushButton *audioListenToggleButton ;
|
||||
QPushButton *audioMuteCaptureToggleButton ;
|
||||
QToolButton *audioListenToggleButton ;
|
||||
QToolButton *audioMuteCaptureToggleButton ;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue