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

Function diagnosticsPanelLayout

src/gui/NetworkDiagnosticsDialog.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227static QVBoxLayout* diagnosticsPanelLayout(QFrame* panel)
228{
229 return qobject_cast<QVBoxLayout*>(panel ? panel->layout() : nullptr);
230}
231
232static void addDiagnosticsPanelContent(QFrame* panel, QLayout* content)
233{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected