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
|
@ -139,8 +139,8 @@ protected:
|
|||
void printChildCountWarning() const;
|
||||
void updateGeometry();
|
||||
|
||||
virtual void disconnectChild() {};
|
||||
virtual void connectChild() {};
|
||||
virtual void disconnectChild() {}
|
||||
virtual void connectChild() {}
|
||||
|
||||
QQuickItem* mWrapper = nullptr;
|
||||
QQuickItem* mAssignedWrapper = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue