forked from loafle/openapi-generator-original
feat: using Qt with 3rd Party Signals and Slots (#17067)
Replace signals,slots and emit with Q_SIGNALS,Q_SLOTS and Q_EMIT Because these names will be used by a 3rd party library
This commit is contained in:
@@ -9,7 +9,7 @@ class PetApiTests : public QObject {
|
||||
|
||||
PFXPet createRandomPet();
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void findPetsByStatusTest();
|
||||
void createAndGetPetTest();
|
||||
void updatePetTest();
|
||||
|
||||
Reference in New Issue
Block a user