Fix: Debug output

This commit is contained in:
2023-06-27 16:11:34 +02:00
parent 7be678fbe0
commit 2b6eecfed7

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);
}