From 60c650d8206fd4276f22aa342859ef1dce255204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 17 Oct 2022 20:51:05 +0200 Subject: [PATCH] Remove TODO --- YACReaderLibrary/library_window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index d0d274c1..c8e51764 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -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)); });