X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=fb097b01cfb604fb9893d4d50390ca7b64e5100f;hp=4514989765b9603d4b8809c1eaa0c3a209fc3783;hb=7ea2a4ff0765fdad34b84e4b4631d6f3f5588714;hpb=056f443e2a6f8db80161ce08d7ff8111175bc3d6 diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index 45149897..fb097b01 100644 --- a/pv/views/trace/view.hpp +++ b/pv/views/trace/view.hpp @@ -329,7 +329,7 @@ Q_SIGNALS: void segment_display_mode_changed(int mode, bool segment_selectable); public Q_SLOTS: - void trigger_event(util::Timestamp location); + void trigger_event(int segment_id, util::Timestamp location); private: void get_scroll_layout(double &length, pv::util::Timestamp &offset) const;