Home
last modified time | relevance | path

Searched refs:gotoPrevFuzzyUntr (Results 1 – 6 of 6) sorted by relevance

/dports/devel/lokalize/lokalize-21.12.3/src/project/
H A Dprojectwidget.h40 void gotoPrevFuzzyUntr();
H A Dprojecttab.h89 void gotoPrevFuzzyUntr();
H A Dprojecttab.cpp147 connect(action, &QAction::triggered, this, &ProjectTab::gotoPrevFuzzyUntr); in ProjectTab()
421 void ProjectTab::gotoPrevFuzzyUntr() in gotoPrevFuzzyUntr() function in ProjectTab
423 m_browser->gotoPrevFuzzyUntr(); in gotoPrevFuzzyUntr()
H A Dprojectwidget.cpp496 void ProjectWidget::gotoPrevFuzzyUntr() in gotoPrevFuzzyUntr() function in ProjectWidget
/dports/devel/lokalize/lokalize-21.12.3/src/
H A Deditortab.h248 void gotoPrevFuzzyUntr();
H A Deditortab.cpp599 connect(action, &QAction::triggered, this, &EditorTab::gotoPrevFuzzyUntr); in setupActions()
600 …Port(), &TranslationUnitTextEdit::gotoPrevFuzzyUntrRequested, this, &EditorTab::gotoPrevFuzzyUntr); in setupActions()
1206 void EditorTab::gotoPrevFuzzyUntr() in gotoPrevFuzzyUntr() function in EditorTab