build: fix PostReloadHook resolution in LSP

This commit is contained in:
outfoxxed 2025-07-15 19:03:27 -07:00
parent a45fc03c7d
commit 4d8055f1cd
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
9 changed files with 20 additions and 5 deletions

View file

@ -122,6 +122,10 @@ private:
class PostReloadHook
: public QObject
, public QQmlParserStatus {
Q_OBJECT;
QML_ANONYMOUS;
Q_INTERFACES(QQmlParserStatus);
public:
PostReloadHook(QObject* parent = nullptr): QObject(parent) {}
void classBegin() override {}