diff -r b72c6db6890b -r 5dc02b23752f src/corelib/io/qfilesystemwatcher_symbian_p.h --- a/src/corelib/io/qfilesystemwatcher_symbian_p.h Wed Jun 23 19:07:03 2010 +0300 +++ b/src/corelib/io/qfilesystemwatcher_symbian_p.h Tue Jul 06 15:10:48 2010 +0300 @@ -113,14 +113,14 @@ friend class QNotifyChangeEvent; void emitPathChanged(QNotifyChangeEvent *e); - bool startWatcher(); + void startWatcher(); QHash activeObjectToPath; QMutex mutex; QWaitCondition syncCondition; - int errorCode; bool watcherStarted; - QNotifyChangeEvent *currentEvent; + QNotifyChangeEvent *currentAddEvent; + QNotifyChangeEvent *currentRemoveEvent; }; #endif // QT_NO_FILESYSTEMWATCHER