1
0
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:
taipanromania
2008-09-18 14:44:52 +00:00
parent b6c5e74476
commit f4d73b209a
8 changed files with 133 additions and 4 deletions

View File

@@ -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;
};