| 28 | #include "ui_helpwindow.h" |
| 29 | |
| 30 | HelpWindow::HelpWindow(QWidget *parent) : |
| 31 | QDialog(parent), |
| 32 | ui(new Ui::HelpWindow) |
| 33 | { |
| 34 | ui->setupUi(this); |
| 35 | } |
| 36 | |
| 37 | HelpWindow::~HelpWindow() |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected