PDF417 no longer uses option_3 for no. codewords so set default 0 & remove from Studio

This commit is contained in:
gitlost 2019-12-19 20:29:11 +00:00
parent fa9af12fc6
commit b00b227b4f
9 changed files with 215 additions and 57 deletions

View file

@ -65,9 +65,6 @@ public:
int borderWidth() const;
void setBorderWidth(int boderWidth);
int pdf417CodeWords() const;
void setPdf417CodeWords(int pdf417CodeWords);
int securityLevel() const;
void setSecurityLevel(int securityLevel);
@ -111,7 +108,6 @@ private:
int m_borderWidth;
int m_width;
int m_securityLevel;
int m_pdf417CodeWords;
int m_input_mode;
QColor m_fgColor;
QColor m_bgColor;