add modelNamePrefix option for qt5 (#3431)

* qt5: Remove duplicate cppNamespace additional property

* qt5: Add modelNamePrefix additional property
This commit is contained in:
Martin Delille
2019-07-25 09:23:51 +02:00
committed by sunn
parent 2f479f493f
commit 3f3ecb6879
4 changed files with 9 additions and 7 deletions

View File

@@ -12,4 +12,4 @@ sidebar_label: cpp-qt5-qhttpengine-server
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.| |false|
|cppNamespace|C++ namespace (convention: name::space::for::api).| |OpenAPI|
|cppNamespace|C++ namespace (convention: name::space::for::api).| |OpenAPI|
|modelNamePrefix|Prefix that will be prepended to all model names.| |OAI|