]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/int.hpp
Only show sampling points when zoomed in far enough.
[pulseview.git] / pv / prop / int.hpp
index 60c9d51305a55997659efde3cc59c3ad290ac185..92d7c62c93f9748c816b7c00fe5a1ec678f18cee 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #ifndef PULSEVIEW_PV_PROP_INT_HPP
@@ -41,7 +40,7 @@ public:
                boost::optional< std::pair<int64_t, int64_t> > range,
                Getter getter, Setter setter);
 
-       virtual ~Int();
+       virtual ~Int() = default;
 
        QWidget* get_widget(QWidget *parent, bool auto_commit);