mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 01:55:19 -04:00
connect PrintButton when not use the menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2437 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bba533a392
commit
b7cd4c0627
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ MessagesDialog::MessagesDialog(QWidget *parent)
|
|||
|
||||
connect(ui.actionPrint, SIGNAL(triggered()), this, SLOT(print()));
|
||||
connect(ui.actionPrintPreview, SIGNAL(triggered()), this, SLOT(printpreview()));
|
||||
connect(ui.printbutton, SIGNAL(clicked()), this, SLOT(print()));
|
||||
|
||||
|
||||
connect(ui.expandFilesButton, SIGNAL(clicked()), this, SLOT(togglefileview()));
|
||||
connect(ui.downloadButton, SIGNAL(clicked()), this, SLOT(getcurrentrecommended()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue