]> sigrok.org Git - pulseview.git/blobdiff - pv/view/trace.h
Moved popup text changed handler into base class, and made "Name" translatable
[pulseview.git] / pv / view / trace.h
index ff65a2138536945d2f95115ffbfc38738331862c..462e8094048830439690f8214b68857711e53a04 100644 (file)
@@ -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();