docs: remove }; in headers + typo fixes

}; breaks the docgen regex
This commit is contained in:
outfoxxed 2025-07-24 16:44:10 -07:00
parent 3bbf39c67e
commit 4dad447570
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
14 changed files with 79 additions and 79 deletions

View file

@ -51,7 +51,7 @@ class MprisQml: public QObject {
Q_PROPERTY(UntypedObjectModel* players READ players CONSTANT);
public:
explicit MprisQml(QObject* parent = nullptr): QObject(parent) {};
explicit MprisQml(QObject* parent = nullptr): QObject(parent) {}
[[nodiscard]] ObjectModel<MprisPlayer>* players();
};