mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +00:00

Current entryRemove and entryAdded connection is not thread-safe. Although entryRemove before entryAdded sended, entryRemove slot do later than entryAdded slot, which make added entry (later signal) removed by previous entryRemove signal. log: make entryRemove and entryAdded connecttion thread-safe.