Skip to content
Commit 977a775d authored by Nate Graham's avatar Nate Graham
Browse files

Remove FolderModel::openSelected()

This function gets run when you select multiple items and right-click >
Open. However there is already a FolderModel::runSelected() function
that does basically the same thing, but with more sophisticated handling
of the selected files. So let's use that instead and delete
openSelected() to remove a redundant parallel code path.
parent 2ae67b71
Pipeline #210049 passed with stage
in 6 minutes and 55 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment