forked from loafle/openapi-generator-original
fix date mapping in qt5cpp
This commit is contained in:
parent
0792ddc9b4
commit
2b71165584
@ -111,7 +111,7 @@ public class Qt5CPPGenerator extends DefaultCodegen implements CodegenConfig {
|
|||||||
|
|
||||||
super.typeMapping = new HashMap<String, String>();
|
super.typeMapping = new HashMap<String, String>();
|
||||||
|
|
||||||
typeMapping.put("Date", "QDate");
|
typeMapping.put("date", "QDate");
|
||||||
typeMapping.put("DateTime", "QDateTime");
|
typeMapping.put("DateTime", "QDateTime");
|
||||||
typeMapping.put("string", "QString");
|
typeMapping.put("string", "QString");
|
||||||
typeMapping.put("integer", "qint32");
|
typeMapping.put("integer", "qint32");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user