mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
c8bb299908
Previously, width is option 2 and security level is option 1. Seems like in 54947fb4359b01445eb5b8ee456c5acf7a980acb, the definitions swapped and that breaks the legacy Qt application using setWidth() and setSecurityLevel(). I know a better solution is make Qt application use setOption2() and setOption1() respectively, but it's good to keep these legacy APIs backward-compatible.