X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftrace.h;h=462e8094048830439690f8214b68857711e53a04;hp=ff65a2138536945d2f95115ffbfc38738331862c;hb=68456dab5d519d886cf632cecc01373cc258d83c;hpb=569d1e41fbc1be584efdbcdc2c8a01e7af3353ed diff --git a/pv/view/trace.h b/pv/view/trace.h index ff65a213..462e8094 100644 --- a/pv/view/trace.h +++ b/pv/view/trace.h @@ -35,10 +35,6 @@ namespace pv { class SigSession; -namespace widgets { -class Popup; -} - namespace view { class View; @@ -185,6 +181,8 @@ private slots: void on_action_set_colour_triggered(); + void on_text_changed(const QString &text); + signals: void text_changed();