5 changed files with 33 additions and 5 deletions
@ -0,0 +1,11 @@ |
|||
#ifndef USJSON_H |
|||
#define USJSON_H |
|||
#include "AutoProperty.h" |
|||
|
|||
#define US_JSON(NAME, \ |
|||
JSON, \ |
|||
VALUE) \ |
|||
US_PROPERTY(int, NAME, VALUE) \ |
|||
US_PROPERTY(QString, NAME ## Json, JSON) |
|||
|
|||
#endif // USJSON_H
|
Loading…
Reference in new issue