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

Method editIgnorePatterns

syncthingwidgets/quick/quickui.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436bool QuickUI::editIgnorePatterns(const QString &dirId, const QString &dirName, QQuickItem *stackView)
437{
438 return showPage("Main", "IgnorePatternPage", { { QStringLiteral("dirId"), dirId }, { QStringLiteral("dirName"), dirName } }, stackView);
439}
440
441bool QuickUI::showSettings(QQuickItem *stackView)
442{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected