Adding includes to be able to compile it.

This commit is contained in:
Pcornat 2025-03-08 12:51:52 +01:00
parent b4d6751f95
commit cc623bcdeb
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
9 changed files with 9 additions and 0 deletions

View file

@ -14,6 +14,7 @@
#include <qpaintengine.h>
#include <qpixmap.h>
#include <qimage.h>
#include <qpainterpath.h>
#include <qpolygon.h>
class QPainterPath;

View file

@ -11,6 +11,7 @@
#include "qwt_point_polar.h"
#include "qwt_painter.h"
#include <qpainter.h>
#include <qpainterpath.h>
static QPointF qwtIntersection(
QPointF p11, QPointF p12, QPointF p21, QPointF p22 )

View file

@ -13,6 +13,7 @@
#include "qwt_painter.h"
#include <qapplication.h>
#include <qpainter.h>
#include <qpainterpath.h>
#if QT_VERSION < 0x040601
#define qFastSin(x) qSin(x)

View file

@ -9,6 +9,7 @@
#include "qwt_null_paintdevice.h"
#include <qpaintengine.h>
#include <qpainterpath.h>
#include <qpixmap.h>
class QwtNullPaintDevice::PrivateData

View file

@ -17,6 +17,7 @@
#include <qframe.h>
#include <qrect.h>
#include <qpainter.h>
#include <qpainterpath.h>
#include <qpalette.h>
#include <qpaintdevice.h>
#include <qpixmap.h>

View file

@ -12,6 +12,7 @@
#include "qwt_painter.h"
#include <qevent.h>
#include <qpainter.h>
#include <qpainterpath.h>
#include <qdrawutil.h>
#include <qstyle.h>
#include <qstyleoption.h>

View file

@ -12,6 +12,7 @@
#include "qwt_plot.h"
#include "qwt_painter.h"
#include <qbitmap.h>
#include <qpainterpath.h>
#include <qstyle.h>
#include <qstyleoption.h>

View file

@ -18,6 +18,7 @@
#include "qwt_text_label.h"
#include "qwt_math.h"
#include <qpainter.h>
#include <qpainterpath.h>
#include <qpaintengine.h>
#include <qtransform.h>
#include <qprinter.h>

View file

@ -10,6 +10,7 @@
#include "qwt_widget_overlay.h"
#include "qwt_painter.h"
#include <qpainter.h>
#include <qpainterpath.h>
#include <qpaintengine.h>
#include <qimage.h>
#include <qevent.h>