Add chartExistance boolean to avoid #T26790
Description
Description
Details
Details
- Auditors
kalali - Provenance
j762e Authored on Nov 25 2019, 4:46 PM j762e Pushed on Nov 25 2019, 5:04 PM - Parents
- rMITK9f3eccc8c4ae: Add test driver
- Branches
- Loading...
- Tags
Event Timeline
Comment Actions
I get two errors:
Modules\ImageStatisticsUI\Qmitk\QmitkHistogramVisualizationWidget.cpp(49): error C2660: 'QmitkChartWidget::Clear': function does not take 0 arguments Modules\Chart\include\QmitkChartWidget.h(271): note: see declaration of 'QmitkChartWidget::Clear' (compiling source file D:\MITK-BSQ\src\Modules\ImageStatisticsUI\Qmitk\QmitkHistogramVisualizationWidget.cpp) Modules\ImageStatisticsUI\Qmitk\QmitkIntensityProfileVisualizationWidget.cpp(50): error C2660: 'QmitkChartWidget::Clear': function does not take 0 arguments Modules\Chart\include\QmitkChartWidget.h(271): note: see declaration of 'QmitkChartWidget::Clear' (compiling source file D:\MITK-BSQ\src\Modules\ImageStatisticsUI\Qmitk\QmitkIntensityProfileVisualizationWidget.cpp)
Could you please check that?
Also, I'm not sure if this bool is still necessary. With all the changes you made I couldn't reproduce the problem when I removed all the chartExistence variables / parameters.