mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-09 13:05:58 +00:00
BC412: add to backend_tcl; add skeleton test
GUI: allow for Qt not parsing #if's in slots (copy_to_clipboard_png())
This commit is contained in:
@@ -310,6 +310,7 @@ static const char *s_code_list[] = {
|
||||
"UPNQR",
|
||||
"UltraCode",
|
||||
"rMQR",
|
||||
"BC412",
|
||||
NULL};
|
||||
|
||||
static const int s_code_number[] = {
|
||||
@@ -408,6 +409,7 @@ static const int s_code_number[] = {
|
||||
BARCODE_UPNQR,
|
||||
BARCODE_ULTRA,
|
||||
BARCODE_RMQR,
|
||||
BARCODE_BC412,
|
||||
0};
|
||||
|
||||
/* ECI TCL encoding names.
|
||||
|
||||
Reference in New Issue
Block a user