Browse Source

Fix typo

adaptive-webui-19844
Chocobo1 7 years ago
parent
commit
1876dbd523
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/base/filesystemwatcher.cpp

2
src/base/filesystemwatcher.cpp

@ -104,7 +104,7 @@ void FileSystemWatcher::addPath(const QString &path) @@ -104,7 +104,7 @@ void FileSystemWatcher::addPath(const QString &path)
#endif
// 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);
scanLocalFolder(path);
}

Loading…
Cancel
Save