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