mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
Added a Blockquote Button to ToolBar, changed Message Toasters Icon label as ToolButton
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2126 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
777b52753a
commit
704d89ab9a
7 changed files with 59 additions and 28 deletions
|
@ -32,6 +32,8 @@ MessageToaster::MessageToaster( QWidget * parent, Qt::WFlags f)
|
|||
// connect buttons
|
||||
connect(closebtn, SIGNAL(clicked()), this, SLOT(closeClicked()));
|
||||
connect(openmessagebtn, SIGNAL(clicked()), this, SLOT(openmessageClicked()));
|
||||
connect(openmessagetoolButton, SIGNAL(clicked()), this, SLOT(openmessageClicked()));
|
||||
|
||||
// init state
|
||||
displayState = dsInactive;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue