diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libs/utils/filesystemwatcher.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/filesystemwatcher.cpp b/src/libs/utils/filesystemwatcher.cpp index af36f31ce8..45ad77ec58 100644 --- a/src/libs/utils/filesystemwatcher.cpp +++ b/src/libs/utils/filesystemwatcher.cpp @@ -142,6 +142,7 @@ public: { QObject::connect(Utils::GlobalFileChangeBlocker::instance(), &Utils::GlobalFileChangeBlocker::stateChanged, + q, [this](bool blocked) { autoReloadPostponed(blocked); }); } |