MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / HelpWindow

Method HelpWindow

helpwindow.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected