The build for Qt < 5.15 was not checked before merging the 'plot view' initial implementation.
There is the following build error now on Ubuntu 20.04 LTS:
/home/vladyslav_goncharuk/dlt-deployment/dlt-viewer/plugin/DLT-Message-Analyzer/dltmessageanalyzerplugin/src/common/PlotDefinitions.cpp:1003:61: error: ‘SkipEmptyParts’ is not a member of ‘Qt’
1003 | return parameters.split(s_PLOT_PARAMETER_DELIMITER, Qt::SkipEmptyParts);
Please fix this issue.
Also, fix minor typos in 'plot view' README.md.
I guess that we should move release v.1.0.27 so that it points to a fix for this issue.
The build for Qt < 5.15 was not checked before merging the 'plot view' initial implementation.
There is the following build error now on Ubuntu 20.04 LTS:
/home/vladyslav_goncharuk/dlt-deployment/dlt-viewer/plugin/DLT-Message-Analyzer/dltmessageanalyzerplugin/src/common/PlotDefinitions.cpp:1003:61: error: ‘SkipEmptyParts’ is not a member of ‘Qt’ 1003 | return parameters.split(s_PLOT_PARAMETER_DELIMITER, Qt::SkipEmptyParts);
Please fix this issue. Also, fix minor typos in 'plot view' README.md.
I guess that we should move release v.1.0.27 so that it points to a fix for this issue.