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

Method LogDialog

Components/LogDialog.cpp:33–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31using namespace SigDigger;
32
33LogDialog::LogDialog(QWidget *parent) :
34 QDialog(parent),
35 ui(new Ui::LogDialog)
36{
37 this->logger = Suscan::Logger::getInstance();
38
39 ui->setupUi(this);
40
41 this->setWindowTitle("Message log");
42
43 this->connectAll();
44}
45
46void
47LogDialog::saveLog(QString path)

Callers

nothing calls this directly

Calls 1

connectAllMethod · 0.95

Tested by

no test coverage detected