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

Method GrepFindFilesThread

plugins/grepview/grepfindthread.cpp:263–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261};
262
263GrepFindFilesThread::GrepFindFilesThread(QObject* parent,
264 const QList<QUrl>& startDirs,
265 int depth, const QString& pats,
266 const QString& excl,
267 bool onlyProject)
268 : QThread(parent)
269 , d_ptr(new GrepFindFilesThreadPrivate{
270 startDirs,
271 onlyProject ? getProjectFileSets(startDirs) : FileSetCollection{},
272 pats, excl, depth, {false}, {}})
273{
274 setTerminationEnabled(false);
275}
276
277GrepFindFilesThread::~GrepFindFilesThread() = default;
278

Callers

nothing calls this directly

Calls 1

getProjectFileSetsFunction · 0.85

Tested by

no test coverage detected