X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=9bb42ef14ea6e239500482698c81f95994c94cc9;hp=95e518a274db8c11314ca22808bbea6fd0831108;hb=48257a69ffad409c9893605d99cd6e15161dff4f;hpb=3d79f521396c8e908fd237f5328153165099f5c3 diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 95e518a2..9bb42ef1 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -238,6 +238,9 @@ Q_SIGNALS: /// Emitted when the time_unit changed. void time_unit_changed(); +public Q_SLOTS: + void trigger_event(util::Timestamp location); + private: void get_scroll_layout(double &length, pv::util::Timestamp &offset) const;