Home
last modified time | relevance | path

Searched refs:historyStartRegExp (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A Dsmalldialogs.h150 …void init(const QString& autoMergeRegExp, const QString& historyStartRegExp, const QString& histor…
152 QString historyStartRegExp();
H A Dsmalldialogs.cpp489 void RegExpTester::init(const QString& autoMergeRegExp, const QString& historyStartRegExp, const QS… in init() argument
492 m_pHistoryStartRegExpEdit->setText(historyStartRegExp); in init()
502 QString RegExpTester::historyStartRegExp() in historyStartRegExp() function in RegExpTester
529 QRegExp historyStartRegExp(m_pHistoryStartRegExpEdit->text()); in slotRecalc() local
530 if(historyStartRegExp.exactMatch(m_pHistoryStartExampleEdit->text())) in slotRecalc()
H A Doptiondialog.cpp1586 m_pHistoryStartRegExpLineEdit->setEditText(dlg->historyStartRegExp()); in slotHistoryMergeRegExpTester()