Skip to content

Commit 4cdb0e8

Browse files
committed
fix(dock): harden blocking paths and fashion plugins
Fix blocking path handling in the dock stack. Harden fashion mode plugin behavior for edge cases and invalid inputs.
1 parent 9daeccb commit 4cdb0e8

12 files changed

Lines changed: 798 additions & 351 deletions

panels/dock/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ qt_generate_wayland_protocol_server_sources(dock-plugin
168168

169169
target_link_libraries(dock-plugin PUBLIC
170170
Qt${QT_VERSION_MAJOR}::Core
171+
Qt${QT_VERSION_MAJOR}::Concurrent
171172
Qt${QT_VERSION_MAJOR}::DBus
172173
Qt${QT_VERSION_MAJOR}::Gui
173174
Qt${QT_VERSION_MAJOR}::Network

0 commit comments

Comments
 (0)