]> sigrok.org Git - pulseview.git/blobdiff - pv/views/viewbase.cpp
View: Fully integrate the "zero trigger time" setting
[pulseview.git] / pv / views / viewbase.cpp
index 8311f122faa54e253b62bc11aca652d196b7c1ec..caed41eecb56daf0d3b58b1102e90d091c1f7ecb 100644 (file)
@@ -123,8 +123,9 @@ void ViewBase::restore_settings(QSettings &settings)
        (void)settings;
 }
 
-void ViewBase::trigger_event(util::Timestamp location)
+void ViewBase::trigger_event(int segment_id, util::Timestamp location)
 {
+       (void)segment_id;
        (void)location;
 }