X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fdecodergroupbox.hpp;h=ed85bdf1b69ca21366ae46c296cdbbcc8f59356e;hp=2c8207625e12fbbda99e58990506320d85361644;hb=dbed5609ae31cdfc3e9db10f3ab91b7607c08372;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329 diff --git a/pv/widgets/decodergroupbox.hpp b/pv/widgets/decodergroupbox.hpp index 2c820762..ed85bdf1 100644 --- a/pv/widgets/decodergroupbox.hpp +++ b/pv/widgets/decodergroupbox.hpp @@ -14,12 +14,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_H -#define PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_H +#ifndef PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_HPP +#define PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_HPP #include @@ -34,7 +33,8 @@ class DecoderGroupBox : public QWidget Q_OBJECT public: - DecoderGroupBox(QString title, QWidget *parent = NULL); + 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_H +#endif // PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_HPP