Skip to content

Commit 2b0bd68

Browse files
author
Charles PIGNEROL
committed
Version 5.3.1. Adding missing includes. GUIToolkitsVariables v 1.4.3 (FindQwt manages qwt dependencies to Qt).
1 parent 26c1171 commit 2b0bd68

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set (QWT_CHARTS_MAJOR_VERSION "5")
66
set (QWT_CHARTS_MINOR_VERSION "3")
7-
set (QWT_CHARTS_RELEASE_VERSION "0")
7+
set (QWT_CHARTS_RELEASE_VERSION "1")
88
set (QWT_CHARTS_VERSION ${QWT_CHARTS_MAJOR_VERSION}.${QWT_CHARTS_MINOR_VERSION}.${QWT_CHARTS_RELEASE_VERSION})
99

1010

src/QwtCharts/QwtCurveChartPanel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include <assert.h>
1414
#include <values.h>
15-
15+
#include <math.h>
1616

1717
USING_UTIL
1818
USING_STD

src/QwtCharts/QwtPlotCurveCoordinatesPicker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include <values.h> // MAXDOUBLE
1313
#include <assert.h>
14-
14+
#include <math.h>
1515

1616
USING_UTIL
1717
using namespace std;

src/tests/QtCurvesMainWindow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include <QtUtil/QtStringHelper.h>
1515
#include <qwt_text.h>
1616

17+
#include <math.h>
18+
1719
using namespace std;
1820
using namespace TkUtil;
1921

versions.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
A FAIRE :
22
Affichage optionnel des symboles => option dans les panneaux.
33

4+
Version 5.3.1 : 12/01/24
5+
===============
6+
7+
Ajout #include<math.h> manquants.
8+
9+
GUIToolkitsVariables v 1.4.3 : FindQwt.cmake g�re les d�pendances de Qwt � Qt.
10+
11+
412
Version 5.3.0 : 13/12/23
513
===============
614

0 commit comments

Comments
 (0)