| 202 | } |
| 203 | |
| 204 | bool br_plot(int num_files, const char *files[], const char *destination, bool show) |
| 205 | { |
| 206 | return Plot(QtUtils::toStringList(num_files, files), destination, show); |
| 207 | } |
| 208 | |
| 209 | bool br_plot_detection(int num_files, const char *files[], const char *destination, bool show) |
| 210 | { |
no test coverage detected