Update qzint.h on <QObject>

Update the missing includepath of QObject in line 3X.
This commit is contained in:
Erfan Huda 2023-04-27 22:39:35 +07:00 committed by GitHub
parent 491b78752c
commit 682b2d953f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@
#define BARCODERENDER_H #define BARCODERENDER_H
#include <QColor> #include <QColor>
#include <QPainter> #include <QPainter>
#include <QObject>
#include "qzint_global.h" #include "qzint_global.h"
#include "zint.h" #include "zint.h"