From 00986169d5af4679556b6c3cb5543cc22ca54683 Mon Sep 17 00:00:00 2001 From: "Jan W. Krieger" Date: Fri, 28 Dec 2018 13:32:20 +0100 Subject: [PATCH] bugfixes --- test/jkqtplot_test/TestWidgetGraphs.cpp | 1 + test/simpletest/jkqtplotter_simpletest.cpp | 1 + test/simpletest_barchart/jkqtplotter_simpletest_barchart.cpp | 1 + test/simpletest_dateaxes/jkqtplotter_simpletest_dateaxes.cpp | 1 + .../jkqtplotter_simpletest_errorbarstyles.cpp | 1 + .../jkqtplotter_simpletest_imageplot_opencv.cpp | 1 + test/simpletest_logaxes/jkqtplotter_simpletest_logaxes.cpp | 1 + .../jkqtplotter_simpletest_parsedfunctionplot.cpp | 1 + .../jkqtplotter_simpletest_rgbimageplot_opencv.cpp | 1 + .../jkqtplotter_simpletest_rgbimageplot_qt.cpp | 1 + test/simpletest_speed/jkqtplotter_simpletest_speed.cpp | 1 + test/simpletest_speed/speedtestplot.cpp | 1 + .../jkqtplotter_simpletest_stackedbars.cpp | 1 + test/simpletest_stepplots/jkqtplotter_simpletest_stepplots.cpp | 1 + .../jkqtplotter_simpletest_symbols_and_errors.cpp | 1 + .../jkqtplotter_simpletest_symbols_and_styles.cpp | 1 + 16 files changed, 16 insertions(+) diff --git a/test/jkqtplot_test/TestWidgetGraphs.cpp b/test/jkqtplot_test/TestWidgetGraphs.cpp index 9e3282df0f..bf5aa52cc1 100644 --- a/test/jkqtplot_test/TestWidgetGraphs.cpp +++ b/test/jkqtplot_test/TestWidgetGraphs.cpp @@ -3,6 +3,7 @@ #include #include #include +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplotter/jkqtpgraphsboxplot.h" #include "jkqtplotter/jkqtpgraphsfilledcurve.h" #include "jkqtplottergui/jkqtpcomboboxes.h" diff --git a/test/simpletest/jkqtplotter_simpletest.cpp b/test/simpletest/jkqtplotter_simpletest.cpp index 0b6fce0446..e5a16551a1 100644 --- a/test/simpletest/jkqtplotter_simpletest.cpp +++ b/test/simpletest/jkqtplotter_simpletest.cpp @@ -1,5 +1,6 @@ #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" int main(int argc, char* argv[]) diff --git a/test/simpletest_barchart/jkqtplotter_simpletest_barchart.cpp b/test/simpletest_barchart/jkqtplotter_simpletest_barchart.cpp index 835f7e7983..0939d8a526 100644 --- a/test/simpletest_barchart/jkqtplotter_simpletest_barchart.cpp +++ b/test/simpletest_barchart/jkqtplotter_simpletest_barchart.cpp @@ -1,5 +1,6 @@ #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplotter/jkqtpgraphsbarchart.h" #define Ndata 5 diff --git a/test/simpletest_dateaxes/jkqtplotter_simpletest_dateaxes.cpp b/test/simpletest_dateaxes/jkqtplotter_simpletest_dateaxes.cpp index 1c9fd4255e..17fb0499ce 100644 --- a/test/simpletest_dateaxes/jkqtplotter_simpletest_dateaxes.cpp +++ b/test/simpletest_dateaxes/jkqtplotter_simpletest_dateaxes.cpp @@ -4,6 +4,7 @@ #include #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplotter/jkqtpgraphsgeometric.h" #include "jkqtplottertools/jkqtptools.h" #include "jkqtplotter/jkqtpgraphsfilledcurve.h" diff --git a/test/simpletest_errorbarstyles/jkqtplotter_simpletest_errorbarstyles.cpp b/test/simpletest_errorbarstyles/jkqtplotter_simpletest_errorbarstyles.cpp index 81916fd763..3d26fd9bbe 100644 --- a/test/simpletest_errorbarstyles/jkqtplotter_simpletest_errorbarstyles.cpp +++ b/test/simpletest_errorbarstyles/jkqtplotter_simpletest_errorbarstyles.cpp @@ -1,5 +1,6 @@ #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplottertools/jkqtptools.h" diff --git a/test/simpletest_imageplot_opencv/jkqtplotter_simpletest_imageplot_opencv.cpp b/test/simpletest_imageplot_opencv/jkqtplotter_simpletest_imageplot_opencv.cpp index bc37590f0b..77f9ca30b4 100644 --- a/test/simpletest_imageplot_opencv/jkqtplotter_simpletest_imageplot_opencv.cpp +++ b/test/simpletest_imageplot_opencv/jkqtplotter_simpletest_imageplot_opencv.cpp @@ -1,6 +1,7 @@ #include #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplotter/jkqtpgraphsimage.h" #include diff --git a/test/simpletest_logaxes/jkqtplotter_simpletest_logaxes.cpp b/test/simpletest_logaxes/jkqtplotter_simpletest_logaxes.cpp index af47f160af..b7e70df300 100644 --- a/test/simpletest_logaxes/jkqtplotter_simpletest_logaxes.cpp +++ b/test/simpletest_logaxes/jkqtplotter_simpletest_logaxes.cpp @@ -1,5 +1,6 @@ #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplotter/jkqtpgraphsgeometric.h" #include "jkqtplottertools/jkqtptools.h" diff --git a/test/simpletest_parsedfunctionplot/jkqtplotter_simpletest_parsedfunctionplot.cpp b/test/simpletest_parsedfunctionplot/jkqtplotter_simpletest_parsedfunctionplot.cpp index e3524d76b7..44d0b9c900 100644 --- a/test/simpletest_parsedfunctionplot/jkqtplotter_simpletest_parsedfunctionplot.cpp +++ b/test/simpletest_parsedfunctionplot/jkqtplotter_simpletest_parsedfunctionplot.cpp @@ -4,6 +4,7 @@ #include #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplotter/jkqtpgraphsparsedfunction.h" diff --git a/test/simpletest_rgbimageplot_opencv/jkqtplotter_simpletest_rgbimageplot_opencv.cpp b/test/simpletest_rgbimageplot_opencv/jkqtplotter_simpletest_rgbimageplot_opencv.cpp index 0027a844d9..639d938408 100644 --- a/test/simpletest_rgbimageplot_opencv/jkqtplotter_simpletest_rgbimageplot_opencv.cpp +++ b/test/simpletest_rgbimageplot_opencv/jkqtplotter_simpletest_rgbimageplot_opencv.cpp @@ -1,6 +1,7 @@ #include #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplotter/jkqtpgraphsimage.h" #include diff --git a/test/simpletest_rgbimageplot_qt/jkqtplotter_simpletest_rgbimageplot_qt.cpp b/test/simpletest_rgbimageplot_qt/jkqtplotter_simpletest_rgbimageplot_qt.cpp index 64656e927a..935c08d7a2 100644 --- a/test/simpletest_rgbimageplot_qt/jkqtplotter_simpletest_rgbimageplot_qt.cpp +++ b/test/simpletest_rgbimageplot_qt/jkqtplotter_simpletest_rgbimageplot_qt.cpp @@ -1,6 +1,7 @@ #include #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplotter/jkqtpgraphsimage.h" diff --git a/test/simpletest_speed/jkqtplotter_simpletest_speed.cpp b/test/simpletest_speed/jkqtplotter_simpletest_speed.cpp index 92fa55efa4..82ed3d89f2 100644 --- a/test/simpletest_speed/jkqtplotter_simpletest_speed.cpp +++ b/test/simpletest_speed/jkqtplotter_simpletest_speed.cpp @@ -2,6 +2,7 @@ #include #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "speedtestplot.h" int main(int argc, char* argv[]) diff --git a/test/simpletest_speed/speedtestplot.cpp b/test/simpletest_speed/speedtestplot.cpp index 80edeed2b2..daefa3ddc3 100644 --- a/test/simpletest_speed/speedtestplot.cpp +++ b/test/simpletest_speed/speedtestplot.cpp @@ -1,4 +1,5 @@ #include "speedtestplot.h" +#include "jkqtplotter/jkqtpgraphs.h" SpeedTestPlot::SpeedTestPlot(): diff --git a/test/simpletest_stackedbars/jkqtplotter_simpletest_stackedbars.cpp b/test/simpletest_stackedbars/jkqtplotter_simpletest_stackedbars.cpp index 83cca3a0c4..6334b963a6 100644 --- a/test/simpletest_stackedbars/jkqtplotter_simpletest_stackedbars.cpp +++ b/test/simpletest_stackedbars/jkqtplotter_simpletest_stackedbars.cpp @@ -1,5 +1,6 @@ #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplotter/jkqtpgraphsbarchart.h" diff --git a/test/simpletest_stepplots/jkqtplotter_simpletest_stepplots.cpp b/test/simpletest_stepplots/jkqtplotter_simpletest_stepplots.cpp index c2c5a7d464..7d7c5795c4 100644 --- a/test/simpletest_stepplots/jkqtplotter_simpletest_stepplots.cpp +++ b/test/simpletest_stepplots/jkqtplotter_simpletest_stepplots.cpp @@ -1,5 +1,6 @@ #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplottertools/jkqtptools.h" int main(int argc, char* argv[]) diff --git a/test/simpletest_symbols_and_errors/jkqtplotter_simpletest_symbols_and_errors.cpp b/test/simpletest_symbols_and_errors/jkqtplotter_simpletest_symbols_and_errors.cpp index 52a031a4d2..8c6e204ff5 100644 --- a/test/simpletest_symbols_and_errors/jkqtplotter_simpletest_symbols_and_errors.cpp +++ b/test/simpletest_symbols_and_errors/jkqtplotter_simpletest_symbols_and_errors.cpp @@ -1,5 +1,6 @@ #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" // number of datapoints: #define Ndata 10 diff --git a/test/simpletest_symbols_and_styles/jkqtplotter_simpletest_symbols_and_styles.cpp b/test/simpletest_symbols_and_styles/jkqtplotter_simpletest_symbols_and_styles.cpp index d16dd411ed..d10baccb8f 100644 --- a/test/simpletest_symbols_and_styles/jkqtplotter_simpletest_symbols_and_styles.cpp +++ b/test/simpletest_symbols_and_styles/jkqtplotter_simpletest_symbols_and_styles.cpp @@ -1,5 +1,6 @@ #include #include "jkqtplotter/jkqtplotter.h" +#include "jkqtplotter/jkqtpgraphs.h" #include "jkqtplottertools/jkqtptools.h"