]> Nutra Git (v2) - gamesguru/feather.git/commit
refactor: merge qrcode directories
authortobtoht <tob@featherwallet.org>
Wed, 29 Mar 2023 07:39:03 +0000 (09:39 +0200)
committertobtoht <tob@featherwallet.org>
Wed, 29 Mar 2023 07:39:03 +0000 (09:39 +0200)
commitba826c770555a92490cb5cded9e95342d17fe29a
tree7dfef5bfc39436eebacfaa3f46305aebd3fa8adc
parent2c5583c398ab181fa91e64a29a99d447b5931e00
refactor: merge qrcode directories
15 files changed:
src/CMakeLists.txt
src/SendWidget.cpp
src/qrcode/QrCodeUtils.cpp [moved from src/qrcode_utils/QrCodeUtils.cpp with 100% similarity]
src/qrcode/QrCodeUtils.h [moved from src/qrcode_utils/QrCodeUtils.h with 100% similarity]
src/qrcode/scanner/QrCodeScanDialog.cpp [moved from src/qrcode_scanner/QrCodeScanDialog.cpp with 100% similarity]
src/qrcode/scanner/QrCodeScanDialog.h [moved from src/qrcode_scanner/QrCodeScanDialog.h with 100% similarity]
src/qrcode/scanner/QrCodeScanDialog.ui [moved from src/qrcode_scanner/QrCodeScanDialog.ui with 100% similarity]
src/qrcode/scanner/QrScanThread.cpp [moved from src/qrcode_scanner/QrScanThread.cpp with 100% similarity]
src/qrcode/scanner/QrScanThread.h [moved from src/qrcode_scanner/QrScanThread.h with 100% similarity]
src/qrcode/scanner_qt6/QrCodeScanDialog.cpp [moved from src/qrcode_scanner_qt6/QrCodeScanDialog.cpp with 100% similarity]
src/qrcode/scanner_qt6/QrCodeScanDialog.h [moved from src/qrcode_scanner_qt6/QrCodeScanDialog.h with 100% similarity]
src/qrcode/scanner_qt6/QrCodeScanDialog.ui [moved from src/qrcode_scanner_qt6/QrCodeScanDialog.ui with 100% similarity]
src/qrcode/scanner_qt6/QrScanThread.cpp [moved from src/qrcode_scanner_qt6/QrScanThread.cpp with 100% similarity]
src/qrcode/scanner_qt6/QrScanThread.h [moved from src/qrcode_scanner_qt6/QrScanThread.h with 100% similarity]
src/widgets/PayToEdit.cpp