diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-19 18:42:17 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:18 -0500 |
| commit | e0c605be1d32b74b14da18cc7de4a66a4f6f3ecb (patch) | |
| tree | d35ab520b6e99bb3458f3a3c9d338766ee1a994f /src/iconfetcher.cpp | |
| parent | 219bd59a21430f830136927564e18dfc25421927 (diff) | |
initial implementation for updating file tree, buggy
Diffstat (limited to 'src/iconfetcher.cpp')
| -rw-r--r-- | src/iconfetcher.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/iconfetcher.cpp b/src/iconfetcher.cpp index 9f8e348a..2b19f993 100644 --- a/src/iconfetcher.cpp +++ b/src/iconfetcher.cpp @@ -1,4 +1,5 @@ #include "iconfetcher.h" +#include "util.h" void IconFetcher::Waiter::wait() { @@ -79,6 +80,8 @@ bool IconFetcher::hasOwnIcon(const QString& path) const void IconFetcher::threadFun() { + MOShared::SetThisThreadName("IconFetcher"); + while (!m_stop) { m_waiter.wait(); if (m_stop) { |
