onPrinterDataPrepared: increase time for fake signal onPrinterFinishedOk
This commit is contained in:
parent
e236fc8bce
commit
7e65c4feda
@ -308,7 +308,7 @@ void ATBDeviceControllerPlugin::onPrinterDataPrepared()
|
|||||||
this->hw->prn_printKombiticket(this->currentSelectedTicketType);
|
this->hw->prn_printKombiticket(this->currentSelectedTicketType);
|
||||||
|
|
||||||
// FAKE SIGNAL:
|
// FAKE SIGNAL:
|
||||||
QTimer::singleShot(2000, this, SLOT(onPrintFinishedOK()));
|
QTimer::singleShot(4000, this, SLOT(onPrintFinishedOK()));
|
||||||
|
|
||||||
|
|
||||||
// old: use printer templates:
|
// old: use printer templates:
|
||||||
|
Loading…
Reference in New Issue
Block a user