openapi-generator/samples/client/petstore-security-test/qt5cpp
sabras75 824842290d Fix#5510 (#5582)
* Add overloads on signals.
The overload adds the NetworkError and the error string to the signal. Both signal will be emitted. Clients are supposed to subscribe to  only one of the overloads.

* refactor generated code alignement

* Do not use method overload for signals. Instead, have another naming convention for signal that carries Error information.
 Why ? Because signal overloading and QT5 connector with method referencing do not mix well (see http://stackoverflow.com/questions/16794695/connecting-overloaded-signals-and-slots-in-qt-5). It would need to specify exactly which overload to take. That is cumbersome to write AND is a breaking change for the consumer of the generated code.

* update qt5 sample files
2017-05-09 16:34:17 +08:00
..
client Fix#5510 (#5582) 2017-05-09 16:34:17 +08:00
.swagger-codegen-ignore Add more security samples (#3344) 2016-07-12 19:51:28 +08:00
LICENSE Add more security samples (#3344) 2016-07-12 19:51:28 +08:00