forked from quickshell/quickshell
all: fix failing lints
This commit is contained in:
parent
8ec245ac66
commit
3033cba52d
4 changed files with 83 additions and 89 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <qobject.h>
|
||||
#include <qquickitem.h>
|
||||
#include <qquickwindow.h>
|
||||
#include <qtmetamacros.h>
|
||||
|
||||
void TransformWatcher::resolveChains(QQuickItem* a, QQuickItem* b, QQuickItem* commonParent) {
|
||||
if (a == nullptr || b == nullptr) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue