@@ -5,6 +5,7 | |||||
5 |
|
5 | |||
6 | #include <Data/DataSeriesIterator.h> |
|
6 | #include <Data/DataSeriesIterator.h> | |
7 |
|
7 | |||
|
8 | #include <cmath> | |||
8 | #include <QLoggingCategory> |
|
9 | #include <QLoggingCategory> | |
9 |
|
10 | |||
10 | Q_DECLARE_LOGGING_CATEGORY(LOG_DataSeriesUtils) |
|
11 | Q_DECLARE_LOGGING_CATEGORY(LOG_DataSeriesUtils) |
@@ -1,7 +1,5 | |||||
1 | #include "Data/DataSeriesUtils.h" |
|
1 | #include "Data/DataSeriesUtils.h" | |
2 |
|
2 | |||
3 | #include <cmath> |
|
|||
4 |
|
||||
5 | Q_LOGGING_CATEGORY(LOG_DataSeriesUtils, "DataSeriesUtils") |
|
3 | Q_LOGGING_CATEGORY(LOG_DataSeriesUtils, "DataSeriesUtils") | |
6 |
|
4 | |||
7 | void DataSeriesUtils::fillDataHoles(std::vector<double> &xAxisData, std::vector<double> &valuesData, |
|
5 | void DataSeriesUtils::fillDataHoles(std::vector<double> &xAxisData, std::vector<double> &valuesData, |
General Comments 0
You need to be logged in to leave comments.
Login now