Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set (QWT_CHARTS_MAJOR_VERSION "5")
set (QWT_CHARTS_MINOR_VERSION "3")
set (QWT_CHARTS_RELEASE_VERSION "0")
set (QWT_CHARTS_RELEASE_VERSION "1")
set (QWT_CHARTS_VERSION ${QWT_CHARTS_MAJOR_VERSION}.${QWT_CHARTS_MINOR_VERSION}.${QWT_CHARTS_RELEASE_VERSION})


2 changes: 1 addition & 1 deletion src/QwtCharts/QwtCurveChartPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <assert.h>
#include <values.h>

#include <math.h>

USING_UTIL
USING_STD
Expand Down
2 changes: 1 addition & 1 deletion src/QwtCharts/QwtPlotCurveCoordinatesPicker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include <values.h> // MAXDOUBLE
#include <assert.h>

#include <math.h>

USING_UTIL
using namespace std;
Expand Down
2 changes: 2 additions & 0 deletions src/tests/QtCurvesMainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <QtUtil/QtStringHelper.h>
#include <qwt_text.h>

#include <math.h>

using namespace std;
using namespace TkUtil;

Expand Down
8 changes: 8 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
A FAIRE :
Affichage optionnel des symboles => option dans les panneaux.

Version 5.3.1 : 12/01/24
===============

Ajout #include<math.h> manquants.

GUIToolkitsVariables v 1.4.3 : FindQwt.cmake g�re les d�pendances de Qwt � Qt.


Version 5.3.0 : 13/12/23
===============

Expand Down