X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fdecodergroupbox.hpp;h=ed85bdf1b69ca21366ae46c296cdbbcc8f59356e;hp=2371068b1480fa4adca956f9754e3ebba342f9ba;hb=dbed5609ae31cdfc3e9db10f3ab91b7607c08372;hpb=efdec55aec1a137460fa362a381ed1904182bfed diff --git a/pv/widgets/decodergroupbox.hpp b/pv/widgets/decodergroupbox.hpp index 2371068b..ed85bdf1 100644 --- a/pv/widgets/decodergroupbox.hpp +++ b/pv/widgets/decodergroupbox.hpp @@ -33,8 +33,8 @@ class DecoderGroupBox : public QWidget Q_OBJECT public: - DecoderGroupBox(QString title, QWidget *parent = nullptr, - bool isDeletable = true); + DecoderGroupBox(QString title, QString tooltip, + QWidget *parent = nullptr, bool isDeletable = true); void add_layout(QLayout *layout); @@ -50,7 +50,7 @@ private: QPushButton show_hide_button_; }; -} // widgets -} // pv +} // namespace widgets +} // namespace pv #endif // PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_HPP