X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fbool.cpp;h=61b2f17adaa9848cc28d6735a49cbff3d024001a;hb=5ccfc97e20bbea19b9bc37905dd4cf63ee1f6303;hp=3e201cc4c6a1ffc8bdec2b940a8686fef9dc5e94;hpb=4c60462b00cc329e61daedd1c2e66724077bd412;p=pulseview.git diff --git a/pv/prop/bool.cpp b/pv/prop/bool.cpp index 3e201cc4..61b2f17a 100644 --- a/pv/prop/bool.cpp +++ b/pv/prop/bool.cpp @@ -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 . */ #include @@ -33,10 +32,6 @@ Bool::Bool(QString name, Getter getter, Setter setter) : { } -Bool::~Bool() -{ -} - QWidget* Bool::get_widget(QWidget *parent, bool auto_commit) { if (check_box_)