me no speaky english

This commit is contained in:
Paweł Bara 2011-02-17 20:04:58 +00:00
parent 20658989c3
commit 832b258b55

View File

@ -111,13 +111,13 @@ class LibraryWatcher : public QObject {
int progress_max_; int progress_max_;
int dir_; int dir_;
// Incremental scan goes deeper only if directory has changed. // Incremental scan enters a directory only if it has changed since the
// last scan.
bool incremental_; bool incremental_;
// Scan that ignores mtime updates every file in a folder that's // This type of scan updates every file in a folder that's
// being scanned - even if it detects the file hasn't changed since // being scanned. Even if it detects the file hasn't changed since
// the last scan. Also, since this type of scan is ignoring mtimes // the last scan. Also, since it's ignoring mtimes on folders too,
// on folders too, it will go as deep in the folder hierarchy as // it will go as deep in the folder hierarchy as it's possible.
// it's possible.
bool ignores_mtime_; bool ignores_mtime_;
LibraryWatcher* watcher_; LibraryWatcher* watcher_;