┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2021-12-14 20:14:50 +0100
committerNicolas Fella <[email protected]>2021-12-16 20:09:45 +0000
commit3c5bf0c96c1e419938d73e88d82366585e3e6f65 (patch)
tree4c53609e5d6f73a5e32688d9f5341534984af2ab /src/dolphinmainwindow.cpp
parent4bfc339bacb7f890b2be3ae005d244c7f34c19f2 (diff)
Remove calls to no-op KNewFileMenu::setViewShowsHiddenFiles
The implementation doesn't do anything
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 4b7aba224..e034e58f8 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -647,14 +647,12 @@ void DolphinMainWindow::readProperties(const KConfigGroup& group)
void DolphinMainWindow::updateNewMenu()
{
- m_newFileMenu->setViewShowsHiddenFiles(activeViewContainer()->view()->hiddenFilesShown());
m_newFileMenu->checkUpToDate();
m_newFileMenu->setPopupFiles(QList<QUrl>() << activeViewContainer()->url());
}
void DolphinMainWindow::createDirectory()
{
- m_newFileMenu->setViewShowsHiddenFiles(activeViewContainer()->view()->hiddenFilesShown());
m_newFileMenu->setPopupFiles(QList<QUrl>() << activeViewContainer()->url());
m_newFileMenu->createDirectory();
}