More dubug printouts
This commit is contained in:
parent
6c4187f38a
commit
111feb9b92
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ bool IppPrinter::print(QJsonObject attrs, QString filename){
|
|||
// attrs.insert("document-format", QJsonObject {{"tag", 73}, {"value", "image/jpeg"}});
|
||||
// }
|
||||
|
||||
qDebug() << "Printing job" << o << attrs;
|
||||
IppMsg job = IppMsg(o, attrs);
|
||||
|
||||
QByteArray contents = job.encode(IppMsg::PrintJob);
|
||||
|
|
Loading…
Reference in a new issue