Compare commits
6 Commits
master
...
feature/ma
Author | SHA1 | Date |
---|---|---|
pouya | a58c3eb725 | 2 years ago |
pouya | 2bfc32174a | 2 years ago |
pouya | 62d3623265 | 2 years ago |
pouya | 8a8dfbc9b5 | 2 years ago |
pouya | 024bb3f499 | 2 years ago |
pouya | 787e5661de | 2 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