comparison 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
comparison
equal deleted inserted replaced
540:fc2df97920e8 541:0a16db274f2c
111 void hgRedoFileMerges(QStringList); 111 void hgRedoFileMerges(QStringList);
112 void hgMarkFilesResolved(QStringList); 112 void hgMarkFilesResolved(QStringList);
113 void hgIgnoreFiles(QStringList); 113 void hgIgnoreFiles(QStringList);
114 void hgUnIgnoreFiles(QStringList); 114 void hgUnIgnoreFiles(QStringList);
115 115
116 void fsWatcherChanged(); 116 void updateFsWatcher();
117 void checkFilesystem(); 117 void checkFilesystem();
118 118
119 void newerVersionAvailable(QString); 119 void newerVersionAvailable(QString);
120 120
121 private: 121 private: