| 15 | #include "subdatawidget.h" |
| 16 | |
| 17 | subDataWidget::subDataWidget(QWidget *parent) |
| 18 | : QWidget(parent), ui(new Ui::subDataWidget) { |
| 19 | ui->setupUi(this); |
| 20 | } |
| 21 | |
| 22 | subDataWidget::~subDataWidget() { delete ui; } |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected