X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fsignal.h;h=01f057fec47c2fbcf80575ccd622e35348dca304;hb=bda016e024cb6785fc4d0b49e60aa7bcbd7fba95;hp=540eb6eda38899b3027a9f3a4baac45ecb39b3ba;hpb=03ce95a9bb81c05bae0da9de189d280214db67c3;p=pulseview.git diff --git a/pv/view/signal.h b/pv/view/signal.h index 540eb6e..01f057f 100644 --- a/pv/view/signal.h +++ b/pv/view/signal.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_SIGNAL_H -#define PULSEVIEW_PV_SIGNAL_H +#ifndef PULSEVIEW_PV_VIEW_SIGNAL_H +#define PULSEVIEW_PV_VIEW_SIGNAL_H #include #include @@ -60,9 +60,6 @@ public: virtual void populate_popup_form(QWidget *parent, QFormLayout *form); -private slots: - void on_text_changed(const QString &text); - protected: const sr_probe *const _probe; @@ -73,4 +70,4 @@ protected: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_SIGNAL_H +#endif // PULSEVIEW_PV_VIEW_SIGNAL_H