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

Method editDir

syncthingwidgets/quick/quickui.cpp:406–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406bool QuickUI::editDir(const QString &dirId, const QString &dirName, QQuickItem *stackView, bool advanced)
407{
408 const auto component = QAnyStringView(advanced ? "AdvancedDirConfigPage" : "DirConfigPage");
409 return showPage("Main", component, { { QStringLiteral("dirId"), dirId }, { QStringLiteral("dirName"), dirName } }, stackView);
410}
411
412bool QuickUI::editDev(const QString &devId, const QString &devName, QQuickItem *stackView, bool advanced)
413{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected