| 170 | return m_config.readEntry("depth", -1); |
| 171 | } |
| 172 | bool limitToProjectFiles() const |
| 173 | { |
| 174 | return m_config.readEntry("search_project_files", true); |
| 175 | } |
| 176 | QStringList filePatternsList() const |
| 177 | { |
| 178 | return m_config.readEntry("file_patterns", filepatterns()); |
no test coverage detected