| 20 | #include "ui_MainWindow.h" |
| 21 | |
| 22 | MainWindow::MainWindow(QWidget *parent) : |
| 23 | QMainWindow(parent), |
| 24 | ui(new Ui::MainWindow) |
| 25 | { |
| 26 | ui->setupUi(this); |
| 27 | } |
| 28 | |
| 29 | MainWindow::~MainWindow() |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected