Changeset 626 for trunk/src/gui/dialogs/qfileinfogatherer.cpp
- Timestamp:
- Mar 3, 2010, 11:18:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/dialogs/qfileinfogatherer.cpp
r613 r626 302 302 if (files.isEmpty() 303 303 && !watcher->directories().contains(path) 304 #if !defined(Q_OS_OS2)305 304 && !path.isEmpty() 306 #endif307 305 && !path.startsWith(QLatin1String("//")) /*don't watch UNC path*/) { 308 306 watcher->addPath(path);
Note:
See TracChangeset
for help on using the changeset viewer.