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