X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fenum.hpp;h=7216508ca75fcf1f3590fa8febea78b681eb498c;hp=63f78af0d272c89215c1b770fa40a5a1b0c59bab;hb=eb8269e3b5eebdd77e6a82d42bcfdfbc3f7613a9;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/prop/enum.hpp b/pv/prop/enum.hpp index 63f78af0..7216508c 100644 --- a/pv/prop/enum.hpp +++ b/pv/prop/enum.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_ENUM_HPP @@ -43,7 +42,7 @@ public: Enum(QString name, std::vector > values, Getter getter, Setter setter); - virtual ~Enum(); + virtual ~Enum() = default; QWidget* get_widget(QWidget *parent, bool auto_commit);