forked from quickshell/quickshell
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
|
|
@ -53,7 +53,7 @@ public:
|
|||
[[nodiscard]] QVariant data(const QModelIndex& index, qint32 role) const override;
|
||||
[[nodiscard]] QHash<int, QByteArray> roleNames() const override;
|
||||
|
||||
[[nodiscard]] QList<QObject*> values() const { return this->valuesList; };
|
||||
[[nodiscard]] QList<QObject*> values() const { return this->valuesList; }
|
||||
void removeAt(qsizetype index);
|
||||
|
||||
Q_INVOKABLE qsizetype indexOf(QObject* object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue