diff --git a/README.md b/README.md index 74d6f64..fbd6fa0 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Documentation for [quickshell](https://git.outfoxxed.me/outfoxxed/quickshell). -Hosted version at [quickshell.outfoxxed.me](https://quickshell.outfoxxed.me). - # Building the documentation The docs depend on: diff --git a/typegen/src/parse.rs b/typegen/src/parse.rs index a363bbc..94182a6 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" | "QSDOC_PROPERTY_OVERRIDE" => { + "Q_PROPERTY" => { let prop = self.property_regex .captures(args.ok_or_else(|| {