]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix stale comment
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 12 May 2019 16:18:36 +0000 (18:18 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 12 May 2019 16:18:36 +0000 (18:18 +0200)
GIT_SILENT

src/settings/viewpropsprogressinfo.cpp

index a6c0c6d58475182dd2c81c205a82dba9fcfb644f..44b7a4c8cedfb55d9068eebe26926b45018f2aee 100644 (file)
@@ -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);