diff options
| author | Elvis Angelaccio <[email protected]> | 2019-05-12 18:18:36 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-05-12 18:18:36 +0200 |
| commit | 0035b041d2b9997e06b8493e1dfc893cf21d4992 (patch) | |
| tree | 5f103e861bcb76a7b6f3bb181b9c23d42d44584a /src | |
| parent | 863112002c00878c1722f4a12c178212c998e3f4 (diff) | |
Fix stale comment
GIT_SILENT
Diffstat (limited to 'src')
| -rw-r--r-- | src/settings/viewpropsprogressinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
