00001 00002 #include "qcombobox2.h" 00003 00008 00009 00012 QComboBox2::QComboBox2(QWidget *parent) 00013 : QComboBox(parent), PEmpresaBase() { 00014 _depura("QQComboBox2::QComboBox2", 0); 00015 _depura("END QComboBox2::QComboBox2", 0); 00016 } 00017 00018 00020 00022 QComboBox2::~QComboBox2() { 00023 _depura("QComboBox2::~QComboBox2", 0); 00024 _depura("END QComboBox2::~QComboBox2", 0); 00025 } 00026 00027
1.5.1