svlad-90 / DLT-Message-Analyzer

"Extended search" plugin for the DLT-viewer
Other
76 stars 13 forks source link

[PLOT_VIEW] Build for < Qt5.15 fails #186

Closed svlad-90 closed 10 months ago

svlad-90 commented 10 months ago

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.