mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-02 19:56:58 +03:00
QZint has been fixed
This commit is contained in:
9
3rdparty/zint-2.6.1/backend_qt/qzint.h
vendored
9
3rdparty/zint-2.6.1/backend_qt/qzint.h
vendored
@@ -19,12 +19,13 @@
|
||||
#include <QColor>
|
||||
#include <QPainter>
|
||||
|
||||
#include "qzint_global.h"
|
||||
#include "zint.h"
|
||||
|
||||
namespace Zint
|
||||
{
|
||||
|
||||
class QZint
|
||||
class QZINTSHARED_EXPORT QZint
|
||||
{
|
||||
private:
|
||||
|
||||
@@ -120,9 +121,9 @@ private:
|
||||
float m_scale;
|
||||
int m_option_3;
|
||||
bool m_hidetext;
|
||||
float m_dot_size;
|
||||
int target_size_horiz;
|
||||
int target_size_vert;
|
||||
float m_dot_size;
|
||||
int target_size_horiz;
|
||||
int target_size_vert;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user