From 50597f8e37f662cfe809d05e7bb0e6b6feb79f5a Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 11 Mar 2024 05:41:57 -0700 Subject: [PATCH] macros: add QSDOC_PROPERTY_OVERRIDE --- typegen/src/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typegen/src/parse.rs b/typegen/src/parse.rs index 94182a6..a363bbc 100644 --- a/typegen/src/parse.rs +++ b/typegen/src/parse.rs @@ -191,7 +191,7 @@ impl Parser { }, "QML_SINGLETON" => singleton = true, "QML_UNCREATABLE" => uncreatable = true, - "Q_PROPERTY" => { + "Q_PROPERTY" | "QSDOC_PROPERTY_OVERRIDE" => { let prop = self.property_regex .captures(args.ok_or_else(|| {