MCPcopy Create free account
hub / github.com/KDE/kdevelop / limitToProjectFiles

Method limitToProjectFiles

plugins/grepview/grepdialog.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());

Callers 2

GrepDialogMethod · 0.80
setLastUsedSettingsMethod · 0.80

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected