aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/qt/widgets/rtp_audio_graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/widgets/rtp_audio_graph.cpp b/ui/qt/widgets/rtp_audio_graph.cpp
index fe88236c6f..1340658b38 100644
--- a/ui/qt/widgets/rtp_audio_graph.cpp
+++ b/ui/qt/widgets/rtp_audio_graph.cpp
@@ -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;