KDAB / hotspot

The Linux perf GUI for performance analysis.
4.12k stars 255 forks source link

add include guard to frequency dock access #587

Closed lievenhey closed 9 months ago

lievenhey commented 10 months ago

KDDW doesn't like access to non existing elements. This happens if hotspot is compiled without QCustomPlot. This patches fixes that by adding an compile time check.

Fixes: #575