From 1876dbd523e999deb2086f0905ed5e5f82ab21f9 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Mon, 19 Mar 2018 15:04:15 +0800 Subject: [PATCH] Fix typo --- src/base/filesystemwatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/filesystemwatcher.cpp b/src/base/filesystemwatcher.cpp index b5f9b2308..1ed41c0c9 100644 --- a/src/base/filesystemwatcher.cpp +++ b/src/base/filesystemwatcher.cpp @@ -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); }