X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fbool.cpp;h=2773eaae708ebdefbdc4906ee063400180d5395c;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hp=3e201cc4c6a1ffc8bdec2b940a8686fef9dc5e94;hpb=4c60462b00cc329e61daedd1c2e66724077bd412;p=pulseview.git diff --git a/pv/prop/bool.cpp b/pv/prop/bool.cpp index 3e201cc..2773eaa 100644 --- a/pv/prop/bool.cpp +++ b/pv/prop/bool.cpp @@ -14,11 +14,10 @@ * 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 @@ -33,10 +32,6 @@ Bool::Bool(QString name, Getter getter, Setter setter) : { } -Bool::~Bool() -{ -} - QWidget* Bool::get_widget(QWidget *parent, bool auto_commit) { if (check_box_) @@ -83,5 +78,5 @@ void Bool::on_state_changed(int) commit(); } -} // prop -} // pv +} // namespace prop +} // namespace pv