Fix all QML headers and change the deprecated QML components
* QZXing : Error while integrating it
This commit is contained in:
parent
442e7eb015
commit
cc3d9e0d2d
65 changed files with 208 additions and 208 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import PageEnum 1.0
|
||||
import QRCodeReader 1.0
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ PageBase {
|
|||
}
|
||||
|
||||
Connections {
|
||||
target: Qt.platform.os == "ios" ? QrDecoderLogic : nil
|
||||
target: Qt.platform.os == "ios" ? QrDecoderLogic : null
|
||||
function onStartDecode() {
|
||||
console.debug("Starting QR decoder")
|
||||
loader.sourceComponent = component
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue