- Timestamp:
- Aug 6, 2011, 1:28:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qfilesystemwatcher_os2.cpp
r945 r946 527 527 instance->poller.removePaths(pollerPaths); 528 528 529 if (instance->watchedPaths.isEmpty() && instance->isRunning())529 if (instance->watchedPaths.isEmpty()) 530 530 instance->stop(locker); 531 531 } … … 663 663 Q_ASSERT(locker.locked()); 664 664 665 if (i nstance->isRunning()) {665 if (isRunning()) { 666 666 // stop the thread 667 667 finish = true;
Note:
See TracChangeset
for help on using the changeset viewer.