Ticket #46607: silence-qfilesystemwatcher.patch
File silence-qfilesystemwatcher.patch, 576 bytes (added by RJVB (René Bertin), 10 years ago) |
---|
-
qfilesystemwatcher.cpp
old new 544 544 if(engine) 545 545 p = engine->addPaths(p, &d->files, &d->directories); 546 546 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(", ")))); 550 550 } 551 551 552 552 /*!