X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdialogs%2Fhwcap.cpp;fp=pv%2Fdialogs%2Fhwcap.cpp;h=d6481ab56ea7cb77d174604471051a4fce960fef;hb=cdb50f67d6fd1c54d51d0fd497c21aa6b9bfa887;hp=0000000000000000000000000000000000000000;hpb=cf47ef78b6366286f6f32673ffabe0595591418d;p=pulseview.git diff --git a/pv/dialogs/hwcap.cpp b/pv/dialogs/hwcap.cpp new file mode 100644 index 00000000..d6481ab5 --- /dev/null +++ b/pv/dialogs/hwcap.cpp @@ -0,0 +1,33 @@ +/* + * This file is part of the PulseView project. + * + * Copyright (C) 2012 Joel Holdsworth + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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 + */ + +#include "hwcap.h" + +namespace pv { +namespace dialogs { + +HwCap::HwCap(QWidget *parent, struct sr_dev_inst *sdi) : + QDialog(parent), + _hw_cap_binding(sdi) +{ +} + +} // namespace dialogs +} // namespace pv