From 41cd984f984e8fab24726843a94e4f15fd9aec0d Mon Sep 17 00:00:00 2001 From: tpaau-17DB Date: Tue, 2 Dec 2025 21:57:41 +0100 Subject: [PATCH] src/window/panelinterface.hpp: Fix typo in documentation --- src/window/panelinterface.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/window/panelinterface.hpp b/src/window/panelinterface.hpp index 64dff503..dac75a28 100644 --- a/src/window/panelinterface.hpp +++ b/src/window/panelinterface.hpp @@ -116,11 +116,11 @@ class PanelWindowInterface: public WindowInterface { Q_PROPERTY(ExclusionMode::Enum exclusionMode READ exclusionMode WRITE setExclusionMode NOTIFY exclusionModeChanged); /// If the panel should render above standard windows. Defaults to true. /// - /// Note: On Wayland this property corrosponds to @@Quickshell.Wayland.WlrLayershell.layer. + /// Note: On Wayland this property corresponds to @@Quickshell.Wayland.WlrLayershell.layer. Q_PROPERTY(bool aboveWindows READ aboveWindows WRITE setAboveWindows NOTIFY aboveWindowsChanged); /// If the panel should accept keyboard focus. Defaults to false. /// - /// Note: On Wayland this property corrosponds to @@Quickshell.Wayland.WlrLayershell.keyboardFocus. + /// Note: On Wayland this property corresponds to @@Quickshell.Wayland.WlrLayershell.keyboardFocus. Q_PROPERTY(bool focusable READ focusable WRITE setFocusable NOTIFY focusableChanged); // clang-format on QML_NAMED_ELEMENT(PanelWindow);