forked from quickshell/quickshell
fix(docs): fix incorrect docgen and add wayland module
This commit is contained in:
parent
d5344f463f
commit
fabf86f75f
4 changed files with 13 additions and 5 deletions
|
@ -18,7 +18,7 @@ class WaylandLayershell: public ProxyWindowBase {
|
|||
/// Similar to the class property of windows. Can be used to identify the window to external tools.
|
||||
///
|
||||
/// Cannot be set after windowConnected.
|
||||
Q_PROPERTY(QString namespace READ ns WRITE setNamespace);
|
||||
Q_PROPERTY(QString namespace READ ns WRITE setNamespace NOTIFY namespaceChanged);
|
||||
/// The degree of keyboard focus taken. Defaults to `KeyboardFocus.None`.
|
||||
Q_PROPERTY(KeyboardFocus::Enum keyboardFocus READ keyboardFocus WRITE setKeyboardFocus NOTIFY keyboardFocusChanged);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue