mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-05 12:51:08 -05:00
disabled set Command action not realy useful and not working.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2603 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e97a9b540b
commit
594defb1bd
@ -595,7 +595,7 @@ void SharedFilesDialog::sharedDirTreeWidgetContextMenu( QPoint point )
|
|||||||
QMenu contextMnu2( this );
|
QMenu contextMnu2( this );
|
||||||
//
|
//
|
||||||
|
|
||||||
QAction* menuAction = fileAssotiationAction(currentFile) ;
|
//QAction* menuAction = fileAssotiationAction(currentFile) ;
|
||||||
//new QAction(QIcon(IMAGE_PLAY), currentFile, this);
|
//new QAction(QIcon(IMAGE_PLAY), currentFile, this);
|
||||||
//tr( "111Play File(s)" ), this );
|
//tr( "111Play File(s)" ), this );
|
||||||
// connect( openfolderAct , SIGNAL( triggered() ), this,
|
// connect( openfolderAct , SIGNAL( triggered() ), this,
|
||||||
@ -694,7 +694,7 @@ void SharedFilesDialog::sharedDirTreeWidgetContextMenu( QPoint point )
|
|||||||
contextMnu2.addAction( openfolderAct);
|
contextMnu2.addAction( openfolderAct);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
contextMnu2.addAction( menuAction );
|
//contextMnu2.addAction( menuAction );
|
||||||
contextMnu2.addAction( openfileAct);
|
contextMnu2.addAction( openfileAct);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user