| 587 | } |
| 588 | |
| 589 | QColor PlotWidgetBase::paletteColor(int index) { |
| 590 | return colorFromIndex(index); |
| 591 | } |
| 592 | |
| 593 | void PlotWidgetBase::setOpenGlDisabledOverride(bool disabled) { |
| 594 | g_opengl_disabled_override = disabled; |
nothing calls this directly
no test coverage detected