X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=9bb42ef14ea6e239500482698c81f95994c94cc9;hb=48257a69ffad409c9893605d99cd6e15161dff4f;hp=95e518a274db8c11314ca22808bbea6fd0831108;hpb=af503b104d890a357c736c678bb00296d889c090;p=pulseview.git diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 95e518a..9bb42ef 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;