]> Nutra Git (v1) - gamesguru/feather.git/commit
Enable webcam QR scanner
authortobtoht <tob@featherwallet.org>
Tue, 27 Dec 2022 15:52:06 +0000 (16:52 +0100)
committertobtoht <tob@featherwallet.org>
Tue, 27 Dec 2022 16:46:14 +0000 (17:46 +0100)
commit23d4b0cd1c33d5de72d64b10d974075ca2309fa7
treef673a8d15e615610d8c32cdef03924a0891bce4b
parent68e3f3aecd5458c3190811184fb07eb4625d1893
Enable webcam QR scanner
CMakeLists.txt
src/CMakeLists.txt
src/SendWidget.cpp
src/qrcode_scanner_qt6/QrCodeScanDialog.cpp
src/qrcode_scanner_qt6/QrCodeScanDialog.h
src/qrcode_scanner_qt6/QrCodeScanDialog.ui
src/qrcode_scanner_qt6/QrScanThread.cpp [new file with mode: 0644]
src/qrcode_scanner_qt6/QrScanThread.h [new file with mode: 0644]
src/qrcode_utils/QrCodeUtils.cpp [moved from src/qrcode_scanner/QrCodeUtils.cpp with 100% similarity]
src/qrcode_utils/QrCodeUtils.h [moved from src/qrcode_scanner/QrCodeUtils.h with 100% similarity]
src/widgets/PayToEdit.cpp