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