1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-21 11:54:15 +01:00

update to Qt 5.15

This commit is contained in:
U-BAMS\philippe.renon 2022-08-18 21:07:57 +02:00
parent e28d562d8a
commit b3f20cd9e3
8 changed files with 8 additions and 2 deletions

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

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

View File

@ -27,6 +27,7 @@
#include <qpaintengine.h>
#include <qapplication.h>
#include <qdesktopwidget.h>
#include <qpainterpath.h>
#if QT_VERSION >= 0x050000
#include <qwindow.h>

View File

@ -15,8 +15,7 @@
#include <qpixmap.h>
#include <qimage.h>
#include <qpolygon.h>
class QPainterPath;
#include <qpainterpath.h>
/*!
QwtPainterCommand represents the attributes of a paint operation

View File

@ -14,6 +14,7 @@
#include <qbitmap.h>
#include <qstyle.h>
#include <qstyleoption.h>
#include <qpainterpath.h>
static QBitmap qwtBorderMask( const QWidget *canvas, const QSize &size )
{

View File

@ -27,6 +27,7 @@
#include <qstyle.h>
#include <qstyleoption.h>
#include <qimagewriter.h>
#include <qpainterpath.h>
#ifndef QWT_NO_SVG
#ifdef QT_SVG_LIB
#include <qsvggenerator.h>

View File

@ -13,6 +13,7 @@
#include <qpaintengine.h>
#include <qimage.h>
#include <qevent.h>
#include <qpainterpath.h>
static QImage::Format qwtMaskImageFormat()
{