Home
last modified time | relevance | path

Searched refs:autoSuffs (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/recoll/recoll-1.31.2/qtgui/
H A Dssearch_w.cpp515 (const char *)prefs.autoSuffs.toUtf8()); in startSimpleSearch()
516 if (!prefs.autoSuffs.isEmpty()) { in startSimpleSearch()
517 xml << " <AS>" << qs2u8s(prefs.autoSuffs) << "</AS>\n"; in startSimpleSearch()
606 stringToStrings(qs2u8s(prefs.autoSuffs), cur); in fromXML()
H A Dguiutils.h135 QString autoSuffs; variable
H A Duiprefs_w.cpp262 autoSuffsLE->setText(prefs.autoSuffs); in setFromPrefs()
466 prefs.autoSuffs = autoSuffsLE->text(); in accept()
H A Dguiutils.cpp269 SETTING_RW(prefs.autoSuffs, "/Recoll/prefs/query/autoSuffs", String, ""); in rwSettings()