forked from qt-creator/qt-creator
"Open with" actions can also remember their file name.
Change-Id: Id32e2149c6c5d23722c2c6fd125ad2e56dda0c24 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -361,7 +361,7 @@ void FolderNavigationWidget::contextMenuEvent(QContextMenuEvent *ev)
|
||||
findOnFileSystem(info.absolutePath());
|
||||
return;
|
||||
}
|
||||
Core::FileManager::executeOpenWithMenuAction(action, m_fileSystemModel->filePath(current));
|
||||
Core::FileManager::executeOpenWithMenuAction(action);
|
||||
}
|
||||
|
||||
QString FolderNavigationWidget::msgFindOnFileSystem()
|
||||
|
||||
Reference in New Issue
Block a user