#1292 Fixed CppCheck Issues in UserInterface

This commit is contained in:
Jacob Støren
2017-03-06 11:19:51 +01:00
parent 1275279528
commit bd688f7ce8
17 changed files with 23 additions and 25 deletions

View File

@@ -37,7 +37,7 @@ namespace cvf
class RiuResultQwtPlot : public QwtPlot
{
public:
RiuResultQwtPlot(QWidget* parent = NULL);
explicit RiuResultQwtPlot(QWidget* parent = NULL);
virtual ~RiuResultQwtPlot();
void addCurve(const QString& curveName, const cvf::Color3f& curveColor, const std::vector<QDateTime>& dateTimes, const std::vector<double>& timeHistoryValues);