qml: replace Send/ScanDialog with java bases zxing qr scan activity.
This commit is contained in:
committed by
Sander van Grieken
parent
c33ee87544
commit
5c3e14d8de
@@ -380,8 +380,8 @@ ApplicationWindow
|
||||
property alias scanDialog: _scanDialog
|
||||
Component {
|
||||
id: _scanDialog
|
||||
ScanDialog {
|
||||
onClosed: destroy()
|
||||
QRScanner {
|
||||
//onClosed: destroy()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user