mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user