onPrinterDataPrepared: increase time for fake signal onPrinterFinishedOk
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user