1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00
This commit is contained in:
Chocobo1 2018-03-19 15:04:15 +08:00
parent ea7eb7c0ec
commit 1876dbd523
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -104,7 +104,7 @@ void FileSystemWatcher::addPath(const QString &path)
#endif #endif
// Normal mode // Normal mode
qDebug("FS Watching is watching %s in normal mode", qUtf8Printable(path)); qDebug("FS Watcher is watching %s in normal mode", qUtf8Printable(path));
QFileSystemWatcher::addPath(path); QFileSystemWatcher::addPath(path);
scanLocalFolder(path); scanLocalFolder(path);
} }