Added data entities for shop plugin.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#define PERM_DELETE "DELETE"
|
||||
|
||||
#define DEC_MULTIPLE 100
|
||||
#define TO_DEC(num) QDecDouble((double)num / DEC_MULTIPLE)
|
||||
#define FROM_DEC(num) num.toDouble() * DEC_MULTIPLE
|
||||
|
||||
#endif // DEFINE_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user