forked from quickshell/quickshell
debug: add lint for zero sized items
This commit is contained in:
parent
66b494d760
commit
6ceee06884
7 changed files with 109 additions and 0 deletions
11
src/debug/lint.hpp
Normal file
11
src/debug/lint.hpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <qobject.h>
|
||||
#include <qquickitem.h>
|
||||
|
||||
namespace qs::debug {
|
||||
|
||||
void lintObjectTree(QObject* object);
|
||||
void lintItemTree(QQuickItem* item);
|
||||
|
||||
} // namespace qs::debug
|
||||
Loading…
Add table
Add a link
Reference in a new issue