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

Method DeviceTweaks

Components/DeviceTweaks.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141DeviceTweaks::DeviceTweaks(QWidget *parent) :
142 QDialog(parent),
143 ui(new Ui::DeviceTweaks)
144{
145 ui->setupUi(this);
146 this->connectAll();
147}
148
149DeviceTweaks::~DeviceTweaks()
150{

Callers

nothing calls this directly

Calls 1

connectAllMethod · 0.95

Tested by

no test coverage detected