X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftrace.h;h=243bc2ad41c307799a32b81e03943e7d7db7c3f7;hp=ff65a2138536945d2f95115ffbfc38738331862c;hb=6739e8a5ca462140ad572cb849f9a3e8a6360464;hpb=569d1e41fbc1be584efdbcdc2c8a01e7af3353ed diff --git a/pv/view/trace.h b/pv/view/trace.h index ff65a213..243bc2ad 100644 --- a/pv/view/trace.h +++ b/pv/view/trace.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_TRACE_H -#define PULSEVIEW_PV_TRACE_H +#ifndef PULSEVIEW_PV_VIEW_TRACE_H +#define PULSEVIEW_PV_VIEW_TRACE_H #include #include @@ -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(); @@ -202,4 +200,4 @@ protected: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_TRACEL_H +#endif // PULSEVIEW_PV_VIEW_TRACE_H