forked from loafle/openapi-generator-original
[cpp-qt-client] Just for test
This commit is contained in:
@@ -21,6 +21,7 @@ namespace {{this}} {
|
||||
|
||||
void {{classname}}::initializeServerConfigs() {
|
||||
//Default server
|
||||
// comment to test ci
|
||||
QList<{{prefix}}ServerConfiguration> defaultConf = QList<{{prefix}}ServerConfiguration>();
|
||||
//varying endpoint server
|
||||
{{#servers}}
|
||||
|
||||
@@ -29,6 +29,7 @@ PFXPetApi::~PFXPetApi() {
|
||||
|
||||
void PFXPetApi::initializeServerConfigs() {
|
||||
//Default server
|
||||
// comment to test ci
|
||||
QList<PFXServerConfiguration> defaultConf = QList<PFXServerConfiguration>();
|
||||
//varying endpoint server
|
||||
defaultConf.append(PFXServerConfiguration(
|
||||
|
||||
@@ -29,6 +29,7 @@ PFXPrimitivesApi::~PFXPrimitivesApi() {
|
||||
|
||||
void PFXPrimitivesApi::initializeServerConfigs() {
|
||||
//Default server
|
||||
// comment to test ci
|
||||
QList<PFXServerConfiguration> defaultConf = QList<PFXServerConfiguration>();
|
||||
//varying endpoint server
|
||||
defaultConf.append(PFXServerConfiguration(
|
||||
|
||||
@@ -29,6 +29,7 @@ PFXStoreApi::~PFXStoreApi() {
|
||||
|
||||
void PFXStoreApi::initializeServerConfigs() {
|
||||
//Default server
|
||||
// comment to test ci
|
||||
QList<PFXServerConfiguration> defaultConf = QList<PFXServerConfiguration>();
|
||||
//varying endpoint server
|
||||
defaultConf.append(PFXServerConfiguration(
|
||||
|
||||
@@ -29,6 +29,7 @@ PFXUserApi::~PFXUserApi() {
|
||||
|
||||
void PFXUserApi::initializeServerConfigs() {
|
||||
//Default server
|
||||
// comment to test ci
|
||||
QList<PFXServerConfiguration> defaultConf = QList<PFXServerConfiguration>();
|
||||
//varying endpoint server
|
||||
defaultConf.append(PFXServerConfiguration(
|
||||
|
||||
Reference in New Issue
Block a user