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

Method connectAll

Components/AddTLESourceDialog.cpp:40–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void
41AddTLESourceDialog::connectAll(void)
42{
43 connect(
44 this->ui->nameEdit,
45 SIGNAL(textChanged(const QString &)),
46 this,
47 SLOT(onFieldsChanged(void)));
48
49 connect(
50 this->ui->urlEdit,
51 SIGNAL(textChanged(const QString &)),
52 this,
53 SLOT(onFieldsChanged(void)));
54}
55
56Suscan::TLESource
57AddTLESourceDialog::getTLESource(void) const

Callers 1

AddTLESourceDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected