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:
outfoxxed 2024-07-30 20:23:57 -07:00
parent 8873a06962
commit ba1e535f9c
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 236 additions and 185 deletions

View file

@ -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 {