MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / MainWindow

Method MainWindow

Components/MainWindow.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected