Skip to content

Commit

Permalink
Version 5.3.1. Adding missing includes. GUIToolkitsVariables v 1.4.3 …
Browse files Browse the repository at this point in the history
…(FindQwt manages qwt dependencies to Qt).
  • Loading branch information
Charles PIGNEROL committed Jan 19, 2024
1 parent 26c1171 commit 2b0bd68
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
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

0 comments on commit 2b0bd68

Please sign in to comment.