ftylitak / qzxing

Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Apache License 2.0
621 stars 340 forks source link

example modification request #153

Closed SangPilPark closed 4 years ago

SangPilPark commented 4 years ago

The scope is required for ENUM as follows: (QZXing::DecoderFormat_QR_CODE | QZXing::DecoderFormat_EAN_13 );

ftylitak commented 4 years ago

Hello @SangPilPark

can you provide me more info? Which example are you refering to? At which line of code and what change needs to be made?

In any case, you could do the change yourself by forking the project, making the change and then creating a pull request.

ftylitak commented 4 years ago

closing due to inactivity.