From b10b58f40fd9c71f1a8b020077ecda65cebc578c Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Wed, 7 Mar 2018 00:34:07 +0100 Subject: [PATCH] Adjust signal to changes made in 7f894d958 This one slipped through and needs adjustment. --- pv/data/decodesignal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/data/decodesignal.cpp b/pv/data/decodesignal.cpp index 1ff9d76d..5fbc8b6c 100644 --- a/pv/data/decodesignal.cpp +++ b/pv/data/decodesignal.cpp @@ -1040,7 +1040,7 @@ void DecodeSignal::connect_input_notifiers() const data::SignalBase *signal = ch.assigned_signal; connect(signal, SIGNAL(samples_cleared()), this, SLOT(on_data_cleared())); - connect(signal, SIGNAL(samples_added(QObject*, uint64_t, uint64_t)), + connect(signal, SIGNAL(samples_added(uint64_t, uint64_t, uint64_t)), this, SLOT(on_data_received())); } } -- 2.30.2