mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed sharemanager closing
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2508 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f58b245018
commit
f400d8f4cc
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ ShareManager::ShareManager(QWidget *parent, Qt::WFlags flags)
|
|||
|
||||
connect(ui.addButton, SIGNAL(clicked( bool ) ), this , SLOT( addShareDirectory() ) );
|
||||
connect(ui.removeButton, SIGNAL(clicked( bool ) ), this , SLOT( removeShareDirectory() ) );
|
||||
connect(ui.closeButton, SIGNAL(accepted()), this, SLOT(close()));
|
||||
connect(ui.closeButton, SIGNAL(clicked()), this, SLOT(close()));
|
||||
|
||||
connect( ui.shareddirList, SIGNAL( customContextMenuRequested( QPoint ) ), this, SLOT( shareddirListCostumPopupMenu( QPoint ) ) );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue