Changeset 946 for trunk/src


Ignore:
Timestamp:
Aug 6, 2011, 1:28:38 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: Oops, a typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qfilesystemwatcher_os2.cpp

    r945 r946  
    527527        instance->poller.removePaths(pollerPaths);
    528528
    529     if (instance->watchedPaths.isEmpty() && instance->isRunning())
     529    if (instance->watchedPaths.isEmpty())
    530530        instance->stop(locker);
    531531}
     
    663663    Q_ASSERT(locker.locked());
    664664
    665     if (instance->isRunning()) {
     665    if (isRunning()) {
    666666        // stop the thread
    667667        finish = true;
Note: See TracChangeset for help on using the changeset viewer.