diff src/fswatcher.h @ 585:fa242885a233 fswatcher

Partially working FSEvents implementation: ignores some file changes it should be taking into account, at the moment
author Chris Cannam
date Tue, 13 Mar 2012 17:58:17 +0000
parents 09b9849b9800
children 687d9e700e81
line wrap: on
line diff
--- a/src/fswatcher.h	Mon Mar 12 17:25:41 2012 +0000
+++ b/src/fswatcher.h	Tue Mar 13 17:58:17 2012 +0000
@@ -92,7 +92,7 @@
      */
     void changed();
 
-private slots:
+public slots:
     void fsDirectoryChanged(QString);
     void fsFileChanged(QString);