diff options
| author | Nicolas Fella <[email protected]> | 2021-12-14 20:14:50 +0100 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2021-12-16 20:09:45 +0000 |
| commit | 3c5bf0c96c1e419938d73e88d82366585e3e6f65 (patch) | |
| tree | 4c53609e5d6f73a5e32688d9f5341534984af2ab /src/dolphinpart.cpp | |
| parent | 4bfc339bacb7f890b2be3ae005d244c7f34c19f2 (diff) | |
Remove calls to no-op KNewFileMenu::setViewShowsHiddenFiles
The implementation doesn't do anything
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 55a11a298..059508778 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -591,7 +591,6 @@ void DolphinPart::updateNewMenu() { // As requested by KNewFileMenu : m_newFileMenu->checkUpToDate(); - m_newFileMenu->setViewShowsHiddenFiles(m_view->hiddenFilesShown()); // And set the files that the menu apply on : m_newFileMenu->setPopupFiles(QList<QUrl>() << url()); } @@ -608,7 +607,6 @@ void DolphinPart::updateProgress(int percent) void DolphinPart::createDirectory() { - m_newFileMenu->setViewShowsHiddenFiles(m_view->hiddenFilesShown()); m_newFileMenu->setPopupFiles(QList<QUrl>() << url()); m_newFileMenu->createDirectory(); } |
