forked from loafle/openapi-generator-original
rebuilt
This commit is contained in:
parent
d2dc333699
commit
e3151c57a0
@ -10,10 +10,10 @@
|
|||||||
#include <QJsonObject>
|
#include <QJsonObject>
|
||||||
|
|
||||||
|
|
||||||
#include <QString>
|
|
||||||
#include "SWGCategory.h"
|
|
||||||
#include <QList>
|
|
||||||
#include "SWGTag.h"
|
#include "SWGTag.h"
|
||||||
|
#include <QList>
|
||||||
|
#include "SWGCategory.h"
|
||||||
|
#include <QString>
|
||||||
|
|
||||||
#include "SWGObject.h"
|
#include "SWGObject.h"
|
||||||
|
|
||||||
|
@ -431,7 +431,7 @@ SWGPetApi::updatePetWithFormCallback(HttpRequestWorker * worker) {
|
|||||||
emit updatePetWithFormSignal();
|
emit updatePetWithFormSignal();
|
||||||
}
|
}
|
||||||
void
|
void
|
||||||
SWGPetApi::deletePet(QString* apiKey, qint64 petId) {
|
SWGPetApi::deletePet(qint64 petId, QString* apiKey) {
|
||||||
QString fullPath;
|
QString fullPath;
|
||||||
fullPath.append(this->host).append(this->basePath).append("/pet/{petId}");
|
fullPath.append(this->host).append(this->basePath).append("/pet/{petId}");
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ public:
|
|||||||
void findPetsByTags(QList<QString*>* tags);
|
void findPetsByTags(QList<QString*>* tags);
|
||||||
void getPetById(qint64 petId);
|
void getPetById(qint64 petId);
|
||||||
void updatePetWithForm(QString* petId, QString* name, QString* status);
|
void updatePetWithForm(QString* petId, QString* name, QString* status);
|
||||||
void deletePet(QString* apiKey, qint64 petId);
|
void deletePet(qint64 petId, QString* apiKey);
|
||||||
void uploadFile(qint64 petId, QString* additionalMetadata, SWGHttpRequestInputFileElement* file);
|
void uploadFile(qint64 petId, QString* additionalMetadata, SWGHttpRequestInputFileElement* file);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user