| 434 | } |
| 435 | |
| 436 | bool 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 | |
| 441 | bool QuickUI::showSettings(QQuickItem *stackView) |
| 442 | { |
nothing calls this directly
no outgoing calls
no test coverage detected