Fix: Debug output

This commit is contained in:
Siegfried Siegert 2023-06-27 16:11:34 +02:00
parent 7be678fbe0
commit 2b6eecfed7
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -374,7 +374,7 @@ void ATBDeviceControllerPlugin::requestPrintTicket(nsDeviceControllerInterface::
// DEBUG
qCritical() << "ATBDeviceControllerPlugin::requestPrintTicket()";
for (int i; i < this->templateList.size(); ++i) {
for (int i =0; i < this->templateList.size(); ++i) {
qCritical() << " template: " << this->templateList.at(i);
}