mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
docs: remove }; in headers + typo fixes
}; breaks the docgen regex
This commit is contained in:
parent
3bbf39c67e
commit
4dad447570
14 changed files with 79 additions and 79 deletions
|
|
@ -168,9 +168,9 @@ class DBusBindableProperty: public DBusPropertyCore {
|
|||
public:
|
||||
explicit DBusBindableProperty() { this->group()->attachProperty(this); }
|
||||
|
||||
[[nodiscard]] QString name() const override { return Name; };
|
||||
[[nodiscard]] QStringView nameRef() const override { return Name; };
|
||||
[[nodiscard]] bool isRequired() const override { return required; };
|
||||
[[nodiscard]] QString name() const override { return Name; }
|
||||
[[nodiscard]] QStringView nameRef() const override { return Name; }
|
||||
[[nodiscard]] bool isRequired() const override { return required; }
|
||||
|
||||
[[nodiscard]] QString valueString() override {
|
||||
QString str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue