Home
last modified time | relevance | path

Searched refs:set_show_linenums (Results 1 – 2 of 2) sorted by relevance

/dports/editors/tea/tea-qt-60.5.1/
H A Ddocument.h231 void set_show_linenums (bool enable);
H A Ddocument.cpp1317 void CDocument::set_show_linenums (bool enable) in set_show_linenums() function in CDocument
2349 d->set_show_linenums (settings->value ("show_linenums", false).toBool()); in apply_settings_single()