From: Elvis Angelaccio Date: Sun, 12 May 2019 16:18:36 +0000 (+0200) Subject: Fix stale comment X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/0035b041d2b9997e06b8493e1dfc893cf21d4992 Fix stale comment GIT_SILENT --- diff --git a/src/settings/viewpropsprogressinfo.cpp b/src/settings/viewpropsprogressinfo.cpp index a6c0c6d58..44b7a4c8c 100644 --- a/src/settings/viewpropsprogressinfo.cpp +++ b/src/settings/viewpropsprogressinfo.cpp @@ -53,7 +53,7 @@ ViewPropsProgressInfo::ViewPropsProgressInfo(QWidget* parent, m_viewProps = new ViewProperties(dir); m_viewProps->setDirProperties(viewProps); - // the view properties are stored by the ViewPropsApplierJob, so prevent + // the view properties are stored by the ApplyViewPropsJob, so prevent // that the view properties are saved twice: m_viewProps->setAutoSaveEnabled(false);