X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fint.hpp;h=92d7c62c93f9748c816b7c00fe5a1ec678f18cee;hp=60c9d51305a55997659efde3cc59c3ad290ac185;hb=00f6bae935837b38b0d03a5928ba8175d460413f;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/prop/int.hpp b/pv/prop/int.hpp index 60c9d513..92d7c62c 100644 --- a/pv/prop/int.hpp +++ b/pv/prop/int.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_PROP_INT_HPP @@ -41,7 +40,7 @@ public: boost::optional< std::pair > range, Getter getter, Setter setter); - virtual ~Int(); + virtual ~Int() = default; QWidget* get_widget(QWidget *parent, bool auto_commit);