MCPcopy Create free account
hub / github.com/Atarity/Lightpack / setFirmwareVersion

Method setFirmwareVersion

Software/src/SettingsWindow.cpp:1675–1681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1673}
1674
1675void SettingsWindow::setFirmwareVersion(const QString &firmwareVersion)
1676{
1677 DEBUG_LOW_LEVEL << Q_FUNC_INFO;
1678
1679 this->fimwareVersion = firmwareVersion;
1680 versionsUpdate();
1681}
1682
1683void SettingsWindow::versionsUpdate()
1684{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected