X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=fb097b01cfb604fb9893d4d50390ca7b64e5100f;hb=7ea2a4ff0765fdad34b84e4b4631d6f3f5588714;hp=4514989765b9603d4b8809c1eaa0c3a209fc3783;hpb=4a07615736968fc8d635c8d187b8a5d6b8a0e2eb;p=pulseview.git diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index 4514989..fb097b0 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;