src/corelib/io/qfilesystemwatcher_symbian_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- 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<QNotifyChangeEvent*, QString> activeObjectToPath;
     QMutex mutex;
     QWaitCondition syncCondition;
-    int errorCode;
     bool watcherStarted;
-    QNotifyChangeEvent *currentEvent;
+    QNotifyChangeEvent *currentAddEvent;
+    QNotifyChangeEvent *currentRemoveEvent;
 };
 
 #endif // QT_NO_FILESYSTEMWATCHER