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

Function addDiagnosticsPanelContent

src/gui/NetworkDiagnosticsDialog.cpp:232–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232static void addDiagnosticsPanelContent(QFrame* panel, QLayout* content)
233{
234 if (auto* layout = diagnosticsPanelLayout(panel)) {
235 layout->addLayout(content);
236 layout->addStretch(1);
237 }
238}
239
240class LogSyntaxHighlighter : public QSyntaxHighlighter {
241public:

Callers 2

buildLogsTabMethod · 0.85

Calls 1

diagnosticsPanelLayoutFunction · 0.85

Tested by

no test coverage detected