forked from quickshell/quickshell
core/util: add experimental member macros
An experiment that should reduce boilerplate for properties that just access a backing value. Code also exists for using it as an interface for other properties as well, but isn't currently in use.
This commit is contained in:
parent
8873a06962
commit
ba1e535f9c
6 changed files with 236 additions and 185 deletions
|
|
@ -3,8 +3,8 @@
|
|||
#include <qdebug.h>
|
||||
#include <qnamespace.h>
|
||||
#include <qpoint.h>
|
||||
#include <qrect.h>
|
||||
#include <qqmlintegration.h>
|
||||
#include <qrect.h>
|
||||
#include <qtmetamacros.h>
|
||||
|
||||
class Box {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue