Sale Djenic b3f8af8e06 refactor(@desktop/general): qml code referring to the old code base commented out
Qml code referring to the old code base commented out, but not deleted,
due to easier refactoring the rest of the app.
2022-02-01 11:42:42 +01:00

21 lines
353 B
QML

pragma Singleton
import QtQuick 2.13
QtObject {
// Not Refactored Yet
// property var keycardModelInst: keycardModel
function startConnection() {
// keycardModel.startConnection()
}
function init(pin) {
// keycardModel.init(pin)
}
function recoverAccount() {
// keycardModel.recoverAccount()
}
}