diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-29 07:30:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-29 07:30:07 -0500 |
| commit | 57b049b6d7825d4de38bcbaeb6bb5efc0fba8109 (patch) | |
| tree | 294a8bd7790e8f2c976d79a8a29622e550179ab1 /src/env.cpp | |
| parent | dc6653e1009a8081cd4bae7ba15751b9cc6b5e4b (diff) | |
| parent | 52cc3a41c73851d88983223361c03b800db8c2a2 (diff) | |
Merge pull request #953 from isanae/rc6-fixes
rc6 fixes
Diffstat (limited to 'src/env.cpp')
| -rw-r--r-- | src/env.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.cpp b/src/env.cpp index 0098456e..4c0aeb86 100644 --- a/src/env.cpp +++ b/src/env.cpp @@ -101,6 +101,7 @@ void ModuleNotification::fire(QString path, std::size_t fileSize) { if (m_loaded.contains(path)) { // don't notify if it's been loaded before + return; } m_loaded.insert(path); |
