mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Update bwipp_dump; README: mention doc; some other tweaks
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user