Compare commits
6 Commits
master
...
feature/ma
Author | SHA1 | Date |
---|---|---|
|
a58c3eb725 | 3 years ago |
|
2bfc32174a | 3 years ago |
|
62d3623265 | 3 years ago |
|
8a8dfbc9b5 | 3 years ago |
|
024bb3f499 | 3 years ago |
|
787e5661de | 3 years ago |
8 changed files with 81 additions and 11 deletions
@ -0,0 +1,11 @@ |
|||||
|
#ifndef USJSON_H |
||||
|
#define USJSON_H |
||||
|
#include "AutoProperty.h" |
||||
|
|
||||
|
#define US_JSON(NAME, \ |
||||
|
JSON, \ |
||||
|
VALUE) \ |
||||
|
US_PROPERTY(QString, NAME, VALUE) \ |
||||
|
US_PROPERTY(QString, NAME ## Json, JSON) |
||||
|
|
||||
|
#endif // USJSON_H
|
@ -1 +1 @@ |
|||||
Subproject commit d0bf556c101384b62f4d595d03043cad148eb1d7 |
Subproject commit 0ba107bf0ee447a564aec019c7053075f060f5a0 |
Loading…
Reference in new issue