mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Remove TODO
This commit is contained in:
@ -1828,7 +1828,6 @@ void LibraryWindow::showGridFoldersContextMenu(QPoint point, Folder folder)
|
||||
|
||||
auto subfolderModel = contentViewsManager->folderContentView->currentFolderModel();
|
||||
|
||||
// TODO update the subfolder model loaded in folderContentView
|
||||
connect(openContainingFolderAction, &QAction::triggered, this, [=]() {
|
||||
QDesktopServices::openUrl(QUrl("file:///" + QDir::cleanPath(currentPath() + "/" + folder.path), QUrl::TolerantMode));
|
||||
});
|
||||
|
Reference in New Issue
Block a user