comparison 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
comparison
equal deleted inserted replaced
584:09b9849b9800 585:fa242885a233
90 * Emitted when something has changed. Use the asynchronous 90 * Emitted when something has changed. Use the asynchronous
91 * interface to find out what. 91 * interface to find out what.
92 */ 92 */
93 void changed(); 93 void changed();
94 94
95 private slots: 95 public slots:
96 void fsDirectoryChanged(QString); 96 void fsDirectoryChanged(QString);
97 void fsFileChanged(QString); 97 void fsFileChanged(QString);
98 98
99 private: 99 private:
100 // call with lock already held 100 // call with lock already held