MCPcopy Create free account
hub / github.com/KDE/labplot / baudRate

Method baudRate

src/frontend/datasources/ImportFileWidget.cpp:664–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664int ImportFileWidget::baudRate() const {
665 return ui.cbBaudRate->currentText().toInt();
666}
667
668bool ImportFileWidget::importValid() const {
669 return false;

Callers 1

checkOkButtonMethod · 0.45

Calls 1

currentTextMethod · 0.80

Tested by

no test coverage detected