X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fint.cpp;h=789c26eb0236c9efb89c3c2291cd92e1a5d0e421;hb=eb8269e3b5eebdd77e6a82d42bcfdfbc3f7613a9;hp=e750e9fa9d8ec15757801c2809de31bbba196ef6;hpb=2ad82c2e40b6865481733913a2c32735602f63c4;p=pulseview.git diff --git a/pv/prop/int.cpp b/pv/prop/int.cpp index e750e9f..789c26e 100644 --- a/pv/prop/int.cpp +++ b/pv/prop/int.cpp @@ -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 . */ -#include -#include +#include +#include #include @@ -45,10 +44,6 @@ Int::Int(QString name, { } -Int::~Int() -{ -} - QWidget* Int::get_widget(QWidget *parent, bool auto_commit) { int64_t int_val = 0, range_min = 0;