bloguetronica / cp2130-qt

A C++ class that uses libusb to interface with CP2130 devices. It can be used to configure the OTP ROM of such devices, as well as to control them. The class was made for Qt. If you wish to use a derived non-Qt version, please refer to https://github.com/bloguetronica/cp2130.
0 stars 0 forks source link

Replace use of append() by addition assignment, on every instance of type QString and QStringList #12

Closed samuelfmlourenco closed 2 years ago

samuelfmlourenco commented 2 years ago

Similarly to what was done for the corresponding C++ class, every use of append() should be replaced by an addition assignment (+=). It is a matter of coding style that shouldn't translate to a correction or improvement.

samuelfmlourenco commented 2 years ago

Implemented in version 2.1.0.