| 410 | } |
| 411 | |
| 412 | bool QuickUI::editDev(const QString &devId, const QString &devName, QQuickItem *stackView, bool advanced) |
| 413 | { |
| 414 | const auto component = QAnyStringView(advanced ? "AdvancedDevConfigPage" : "DevConfigPage"); |
| 415 | return showPage("Main", component, { { QStringLiteral("devId"), devId }, { QStringLiteral("devName"), devName } }, stackView); |
| 416 | } |
| 417 | |
| 418 | bool QuickUI::showNeededItems(const QString &dirId, const QString &dirLabel, QQuickItem *stackView) |
| 419 | { |
nothing calls this directly
no outgoing calls
no test coverage detected