mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-07 20:17:06 +00:00
cmake buildsystem
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#define BARCODEITEM_H
|
||||
|
||||
#include <QGraphicsItem>
|
||||
#include <barcoderender.h>
|
||||
#include <qzint.h>
|
||||
|
||||
/**
|
||||
@author BogDan Vatra <taipan@licentia.eu>
|
||||
@@ -33,7 +33,7 @@ public:
|
||||
void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget = 0);
|
||||
|
||||
public:
|
||||
mutable Zint::BareCode bc;
|
||||
mutable Zint::QZint bc;
|
||||
int scaleFactor;
|
||||
int w,h;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user