Mercurial > hg > easyhg
diff src/mainwindow.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 | a220f99f1134 |
line wrap: on
line diff
--- a/src/mainwindow.h Mon Feb 13 17:29:06 2012 +0000 +++ b/src/mainwindow.h Tue Feb 14 16:17:23 2012 +0000 @@ -113,7 +113,7 @@ void hgIgnoreFiles(QStringList); void hgUnIgnoreFiles(QStringList); - void fsWatcherChanged(); + void updateFsWatcher(); void checkFilesystem(); void newerVersionAvailable(QString);