Proposal for requestAccount() (does not work)
... because of random signal from DeviceController. ... and wrong handling of DeviceController methods.
This commit is contained in:
parent
017543dd5b
commit
7ccbc8bb23
@ -152,8 +152,19 @@ void ATBDeviceControllerPlugin::onVaultDoorOpened()
|
|||||||
|
|
||||||
void ATBDeviceControllerPlugin::onCoinBoxRemoved()
|
void ATBDeviceControllerPlugin::onCoinBoxRemoved()
|
||||||
{
|
{
|
||||||
|
hw->log_selectVaultRecord(0);
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
// - create and send account (-> requestAccountResponse())
|
// - create and send account (-> requestAccountResponse())
|
||||||
|
|
||||||
|
// account:
|
||||||
|
// collect account data
|
||||||
|
QHash<QString, QVariant> accountData;
|
||||||
|
|
||||||
|
// send account
|
||||||
|
// -> currently skipped: emit this->requestAccountResponse(accountData);
|
||||||
|
|
||||||
|
|
||||||
qCritical() << "ATBDeviceControllerPlugin::onCoinBoxRemoved()";
|
qCritical() << "ATBDeviceControllerPlugin::onCoinBoxRemoved()";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user