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

Method connectAll

Components/LogDialog.cpp:77–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void
78LogDialog::connectAll(void)
79{
80 connect(
81 this->logger,
82 SIGNAL(messageEmitted(Suscan::LoggerMessage)),
83 this,
84 SLOT(onMessage(Suscan::LoggerMessage)));
85
86 connect(
87 this->ui->saveButton,
88 SIGNAL(clicked(bool)),
89 this,
90 SLOT(onSave(void)));
91
92 connect(
93 this->ui->clearButton,
94 SIGNAL(clicked(bool)),
95 this,
96 SLOT(onClear(void)));
97}
98
99LogDialog::~LogDialog()
100{

Callers 1

LogDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected