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

Method QuickConnectDialog

Components/QuickConnectDialog.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace SigDigger;
23
24QuickConnectDialog::QuickConnectDialog(QWidget *parent) :
25 QDialog(parent),
26 ui(new Ui::QuickConnectDialog)
27{
28 ui->setupUi(this);
29
30 this->setWindowFlags(
31 this->windowFlags() & ~Qt::WindowMaximizeButtonHint);
32}
33
34void
35QuickConnectDialog::setProfile(Suscan::Source::Config const &prof)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected