scytheStudio / SCodes

This project is Qt & Qml wrapper for ZXing-C++ Library that is used for decoding 1D and 2D barcodes.
https://scythe-studio.com/
Apache License 2.0
114 stars 38 forks source link

47 resetting captured after clicking scan again button added #49

Closed mateusz-fejcher closed 4 months ago

mateusz-fejcher commented 4 months ago

Issue 47

After Button Click "Scan again" scanner doesn't emit signal to show scanned QR code.

Fix: captured setter always sets to new value and emits the capturedChanged signal.