comparison src/fswatcher.h @ 542:7829da6abe97 fswatcher

Provide all tracked files to the fs watcher, so now we get updates properly -- requires moving the "what should we display?" logic for show-all-files toggle from main window to file status widget, but it's probably better there anyway
author Chris Cannam
date Tue, 14 Feb 2012 16:48:01 +0000
parents 0a16db274f2c
children 533519ebc0cb
comparison
equal deleted inserted replaced
541:0a16db274f2c 542:7829da6abe97
47 */ 47 */
48 void setWorkDirPath(QString path); 48 void setWorkDirPath(QString path);
49 49
50 /** 50 /**
51 * Provide a set of paths for files which should be tracked. These 51 * Provide a set of paths for files which should be tracked. These
52 * will be the only non-directory files monitored for changes. 52 * will be the only non-directory files monitored for changes. The
53 * paths should be relative to the work directory.
53 */ 54 */
54 void setTrackedFilePaths(QStringList paths); 55 void setTrackedFilePaths(QStringList paths);
55 56
56 /** 57 /**
57 * Provide a set of prefixes to ignore. Files whose names start 58 * Provide a set of prefixes to ignore. Files whose names start