ath_spectral
ath_spectral copied to clipboard
detach all QwtPlotCurve in AthScan::clear()
In my opinion, all QwtPlotCurve should be detached in AthScan::clear()
In my opinion, all QwtPlotCurve should be detached in AthScan::clear()
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
_fft_curve is already detached in AthScan::clear()
-- UNIX is Sexy: who | grep -i blonde | talk; cd ~; wine; talk; touch; unzip; touch; strip; gasp; finger; gasp; mount; fsck; more; yes; gasp; umount; make clean; sleep
if open many sample files, and new many QwtPlotCurve objects, AthScan::clear() should detach all of these.
Got the point. Feel free to send a PR