mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Qt 5.15 adjustments related to the change of location of QPainterPath
This commit is contained in:
parent
23ab5adfd3
commit
40a4e57129
@ -24,6 +24,7 @@
|
||||
#include "cvfAssert.h"
|
||||
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Internal class to support labels on symbols
|
||||
|
2
ThirdParty/nightcharts/nightcharts.cpp
vendored
2
ThirdParty/nightcharts/nightcharts.cpp
vendored
@ -21,6 +21,8 @@
|
||||
#define _USE_MATH_DEFINES
|
||||
#include "nightcharts.h"
|
||||
|
||||
#include <QPainterPath>
|
||||
|
||||
Nightcharts::Nightcharts()//QPainter *painter)
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user