mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 08:39:07 +03:00
Remove unused variable
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user