1
0

qml: replace Send/ScanDialog with java bases zxing qr scan activity.

This commit is contained in:
SomberNight
2023-10-11 11:02:40 +00:00
committed by Sander van Grieken
parent c33ee87544
commit 5c3e14d8de
12 changed files with 234 additions and 191 deletions

View File

@@ -380,8 +380,8 @@ ApplicationWindow
property alias scanDialog: _scanDialog
Component {
id: _scanDialog
ScanDialog {
onClosed: destroy()
QRScanner {
//onClosed: destroy()
}
}