forked from loafle/openapi-generator-original
cpp qt5 client: fix prefix bug (#4432)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "../client/OAIPetApi.h"
|
||||
#include "../client/PFXPetApi.h"
|
||||
|
||||
using namespace OpenAPI;
|
||||
using namespace test_namespace;
|
||||
|
||||
class PetApiTests: public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
OAIPet createRandomPet();
|
||||
PFXPet createRandomPet();
|
||||
|
||||
private slots:
|
||||
void findPetsByStatusTest();
|
||||
|
||||
Reference in New Issue
Block a user