X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fdecodergroupbox.hpp;h=2371068b1480fa4adca956f9754e3ebba342f9ba;hp=73bc9971b68bbf90e848569b680422467ce5232f;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=4c60462b00cc329e61daedd1c2e66724077bd412 diff --git a/pv/widgets/decodergroupbox.hpp b/pv/widgets/decodergroupbox.hpp index 73bc9971..2371068b 100644 --- a/pv/widgets/decodergroupbox.hpp +++ b/pv/widgets/decodergroupbox.hpp @@ -14,8 +14,7 @@ * 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_HPP @@ -34,7 +33,8 @@ class DecoderGroupBox : public QWidget Q_OBJECT public: - DecoderGroupBox(QString title, QWidget *parent = nullptr); + DecoderGroupBox(QString title, QWidget *parent = nullptr, + bool isDeletable = true); void add_layout(QLayout *layout);