Qt: More RTP Leaks

Parent RtpAudioGraph with its QCustomPlot
This commit is contained in:
John Thacker 2023-03-01 07:15:36 -05:00
parent d98f6b16ef
commit c9fee454e9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
static const double wf_graph_normal_width_ = 0.5;
RtpAudioGraph::RtpAudioGraph(QCustomPlot *audio_plot, QRgb color)
RtpAudioGraph::RtpAudioGraph(QCustomPlot *audio_plot, QRgb color) : QObject(audio_plot)
{
QPen p;
QPalette sel_pal;