Make sure the printer functions can be called without explicitly openeing the

serial device.
This commit is contained in:
Gerhard Hoffmann 2023-04-14 09:04:35 +02:00
parent e5a8cfd1cd
commit 3e3e1efe7d
3 changed files with 4802 additions and 4790 deletions

File diff suppressed because it is too large Load Diff

View File

@ -310,12 +310,12 @@ public:
QVector<int> templateIdx,
QVector<QString> fnames,
QString br,
QString serial) const = 0;
QString serial = QString()) const = 0;
virtual bool dc_printTemplate(enum FileTypeJson type,
QVector<int> templateIdx,
QString br,
QString serial) const = 0;
QString serial = QString()) const = 0;
virtual void dc_autoRequest(bool on) const =0;
// on = true: select that all READ-Requests are sent automatically

File diff suppressed because it is too large Load Diff