Janitor: Update qwt to 6.2.0

This commit is contained in:
Magne Sjaastad
2022-03-18 13:16:07 +01:00
committed by GitHub
parent ffc84457c6
commit 8d3f381b4f
29 changed files with 130 additions and 36 deletions

View File

@@ -57,6 +57,7 @@
#include "cafPdmUiListEditor.h"
#include "cafPdmUiTreeSelectionEditor.h"
#include <cmath>
#include <limits>
#include <map>

View File

@@ -43,6 +43,7 @@
#include "qwt_plot.h"
#include "qwt_plot_barchart.h"
#include "qwt_text.h"
#include <limits>
#include <map>

View File

@@ -76,6 +76,7 @@
#include "qwt_plot.h"
#include "qwt_plot_curve.h"
#include "qwt_plot_textlabel.h"
#include "qwt_text.h"
#include <QDateTime>
#include <QDebug>

View File

@@ -39,6 +39,7 @@
#include "qwt_plot.h"
#include "qwt_plot_curve.h"
#include "qwt_scale_draw.h"
#include "qwt_text.h"
#include <cmath>
#include <set>

View File

@@ -95,6 +95,8 @@
#include "caf.h"
#include "cvfAssert.h"
#include "qwt_scale_map.h"
#include <QWheelEvent>
#include <algorithm>