Ticket #46238: silence-qfilesystemwatcher.patch

File silence-qfilesystemwatcher.patch, 576 bytes (added by RJVB (René Bertin), 9 years ago)
  • qfilesystemwatcher.cpp

    old new  
    544544    if(engine)
    545545        p = engine->addPaths(p, &d->files, &d->directories);
    546546
    547     if (!p.isEmpty())
    548         qWarning("QFileSystemWatcher: failed to add paths: %s",
    549                  qPrintable(p.join(QLatin1String(", "))));
     547//     if (!p.isEmpty())
     548//         qWarning("QFileSystemWatcher: failed to add paths: %s",
     549//                  qPrintable(p.join(QLatin1String(", "))));
    550550}
    551551
    552552/*!