mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 16:44:39 +03:00
Remove unused variable
This commit is contained in:
parent
066a31d1c4
commit
34192da524
@ -30,7 +30,6 @@
|
||||
#ifndef LRBARCODEITEM_H
|
||||
#define LRBARCODEITEM_H
|
||||
#include "lritemdesignintf.h"
|
||||
#include <qzint.h>
|
||||
|
||||
namespace LimeReport{
|
||||
|
||||
@ -184,7 +183,6 @@ public:
|
||||
void setInputMode(const InputMode &inputMode);
|
||||
|
||||
private:
|
||||
Zint::QZint m_bc;
|
||||
QString m_content;
|
||||
QString m_designTestValue;
|
||||
BarcodeType m_barcodeType;
|
||||
|
Loading…
Reference in New Issue
Block a user