X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fbool.hpp;h=7e24e55576f88b03cdf38a945221cf61d25a16bc;hp=965efc19eec32f06acd05773a8293b4ad54761e5;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329 diff --git a/pv/prop/bool.hpp b/pv/prop/bool.hpp index 965efc1..7e24e55 100644 --- a/pv/prop/bool.hpp +++ b/pv/prop/bool.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_PROP_BOOL_H -#define PULSEVIEW_PV_PROP_BOOL_H +#ifndef PULSEVIEW_PV_PROP_BOOL_HPP +#define PULSEVIEW_PV_PROP_BOOL_HPP #include "property.hpp" @@ -35,7 +34,7 @@ class Bool : public Property public: Bool(QString name, Getter getter, Setter setter); - virtual ~Bool(); + virtual ~Bool() = default; QWidget* get_widget(QWidget *parent, bool auto_commit); bool labeled_widget() const; @@ -52,4 +51,4 @@ private: } // prop } // pv -#endif // PULSEVIEW_PV_PROP_BOOL_H +#endif // PULSEVIEW_PV_PROP_BOOL_HPP