mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
HANXIN: 0xFFE terminator; reedsol/AZTEC: stack-based; AZTEC/HANXIN/QR/GRIDMATRIX speedups; #209
This commit is contained in:
@@ -173,6 +173,10 @@ namespace Zint {
|
||||
m_option_2 = option;
|
||||
}
|
||||
|
||||
int QZint::option3() const {
|
||||
return m_option_3;
|
||||
}
|
||||
|
||||
void QZint::setOption3(int option) {
|
||||
m_option_3 = option;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user