MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / editDev

Method editDev

syncthingwidgets/quick/quickui.cpp:412–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412bool 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
418bool QuickUI::showNeededItems(const QString &dirId, const QString &dirLabel, QQuickItem *stackView)
419{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected