X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftrace.h;h=ca4040d2aae5cee6d79a5f9b590b5dc54727e12b;hb=5ed1adf555e0f0fb36d5b4b36f2be17745b5c8ae;hp=0b9c509aeda37e2f7e017ec1ffda7d0c7e1d6131;hpb=91e8bf08c9799cb1041d26bf2ff6b67abf9a420b;p=pulseview.git diff --git a/pv/view/trace.h b/pv/view/trace.h index 0b9c509a..ca4040d2 100644 --- a/pv/view/trace.h +++ b/pv/view/trace.h @@ -179,15 +179,12 @@ private: QRectF get_label_rect(int right); private slots: - void on_action_set_name_triggered(); - - void on_action_set_colour_triggered(); - void on_text_changed(const QString &text); void on_colour_changed(const QColor &colour); signals: + void visibility_changed(); void text_changed(); void colour_changed();