| 2 | #include "ui_entrypanel.h" |
| 3 | |
| 4 | EntryPanel::EntryPanel(QWidget *parent) : |
| 5 | QWidget(parent), |
| 6 | ui(new Ui::EntryPanel) |
| 7 | { |
| 8 | ui->setupUi(this); |
| 9 | |
| 10 | } |
| 11 | |
| 12 | EntryPanel::~EntryPanel() |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected