Mercurial > hg > easyhg
comparison src/fswatcher.h @ 541:0a16db274f2c fswatcher
Update the filesystem watcher with work directory / file state. Still doesn't track "clean" files properly unless "show all files" is enabled
author | Chris Cannam |
---|---|
date | Tue, 14 Feb 2012 16:17:23 +0000 |
parents | fc2df97920e8 |
children | 7829da6abe97 |
comparison
equal
deleted
inserted
replaced
540:fc2df97920e8 | 541:0a16db274f2c |
---|---|
38 /** | 38 /** |
39 * Set the root path of the work directory to be monitored. This | 39 * Set the root path of the work directory to be monitored. This |
40 * directory and all its subdirectories (recursively) will be | 40 * directory and all its subdirectories (recursively) will be |
41 * monitored for changes. | 41 * monitored for changes. |
42 * | 42 * |
43 * Calling this also clears the tracked file path set. Call | 43 * If this path differs from the currently set work dir path, then |
44 * the tracked file paths will also be cleared. Call | |
44 * setTrackedFilePaths afterwards to ensure non-directory files | 45 * setTrackedFilePaths afterwards to ensure non-directory files |
45 * are monitored. | 46 * are monitored. |
46 */ | 47 */ |
47 void setWorkDirPath(QString path); | 48 void setWorkDirPath(QString path); |
48 | 49 |