]> sigrok.org Git - pulseview.git/blobdiff - pv/data/signalbase.hpp
Fix #1629 more by fixing the notification handling
[pulseview.git] / pv / data / signalbase.hpp
index a55b3fc2d3fa458c7d97f522d2e503674d421ecc..e50b9e968f36d72e711bfd9eb67c2d95c664a9bf 100644 (file)
@@ -389,6 +389,8 @@ private Q_SLOTS:
        void on_samples_added(SharedPtrToSegment segment, uint64_t start_sample,
                uint64_t end_sample);
 
+       void on_input_segment_completed();
+
        void on_min_max_changed(float min, float max);
 
        void on_capture_state_changed(int state);
@@ -422,4 +424,6 @@ protected:
 } // namespace data
 } // namespace pv
 
+Q_DECLARE_METATYPE(shared_ptr<pv::data::SignalBase>);
+
 #endif // PULSEVIEW_PV_DATA_SIGNALBASE_HPP