diff mainwindow.h @ 241:4e98950f72e8

* Small simplification to watcher management
author Chris Cannam
date Mon, 10 Jan 2011 15:34:05 +0000
parents 661f5808aa0a
children 8fd71f570884
line wrap: on
line diff
--- a/mainwindow.h	Mon Jan 10 15:23:53 2011 +0000
+++ b/mainwindow.h	Mon Jan 10 15:34:05 2011 +0000
@@ -218,6 +218,7 @@
     QFileSystemWatcher *fsWatcher;
     QTimer *m_fsWatcherGeneralTimer;
     QTimer *m_fsWatcherRestoreTimer;
+    bool m_fsWatcherSuspended;
 
     QString lastStatOutput;
     QStringList lastRevertedFiles;