mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-16 16:14:36 -04:00
Update bwipp_dump; README: mention doc; some other tweaks
This commit is contained in:
parent
b42f456b88
commit
25c9582ae2
7 changed files with 58 additions and 462 deletions
|
@ -30,7 +30,8 @@
|
|||
// Shorthand
|
||||
#define QSL QStringLiteral
|
||||
|
||||
ExportWindow::ExportWindow(BarcodeItem *bc, const QString& output_data) : m_bc(bc), m_output_data(output_data), m_lines(0)
|
||||
ExportWindow::ExportWindow(BarcodeItem *bc, const QString& output_data)
|
||||
: m_bc(bc), m_output_data(output_data), m_lines(0)
|
||||
{
|
||||
setupUi(this);
|
||||
QSettings settings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue