forked from quickshell/quickshell
build: fix PostReloadHook resolution in LSP
This commit is contained in:
parent
a45fc03c7d
commit
4d8055f1cd
9 changed files with 20 additions and 5 deletions
|
@ -85,6 +85,9 @@ class WrapperManager
|
|||
: public QObject
|
||||
, public QQmlParserStatus {
|
||||
Q_OBJECT;
|
||||
QML_ELEMENT;
|
||||
Q_INTERFACES(QQmlParserStatus);
|
||||
|
||||
// clang-format off
|
||||
/// The wrapper component's selected child.
|
||||
///
|
||||
|
@ -102,7 +105,6 @@ class WrapperManager
|
|||
/// This property may not be changed after Component.onCompleted.
|
||||
Q_PROPERTY(QQuickItem* wrapper READ wrapper WRITE setWrapper NOTIFY wrapperChanged FINAL);
|
||||
// clang-format on
|
||||
QML_ELEMENT;
|
||||
|
||||
public:
|
||||
explicit WrapperManager(QObject* parent = nullptr): QObject(parent) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue