MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / setAutomationError

Function setAutomationError

src/gui/ConnectionPanel.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void setAutomationError(QString* error, const QString& text)
61{
62 if (error) {
63 *error = text;
64 }
65}
66
67QStringList sanitizeRecentManualIps(const QStringList& ips)
68{

Callers 3

automationConnectByIpMethod · 0.85
automationDisconnectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected