MCPcopy Create free account
hub / github.com/KDE/kdiff3 / init

Method init

src/smalldialogs.cpp:474–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void RegExpTester::init(const QString& autoMergeRegExp, const QString& historyStartRegExp, const QString& historyEntryStartRegExp, const QString& historySortKeyOrder)
475{
476 m_pAutoMergeRegExpEdit->setText(autoMergeRegExp);
477 m_pHistoryStartRegExpEdit->setText(historyStartRegExp);
478 m_pHistoryEntryStartRegExpEdit->setText(historyEntryStartRegExp);
479 m_pHistorySortKeyOrderEdit->setText(historySortKeyOrder);
480}
481
482QString RegExpTester::autoMergeRegExp() const
483{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected