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

Method CTestFindJob

plugins/cmake/testing/ctestfindjob.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include <KLocalizedString>
17
18CTestFindJob::CTestFindJob(CTestSuite* suite, QObject* parent)
19: KJob(parent)
20, m_suite(suite)
21{
22 qCDebug(CMAKE_TESTING) << "Created a CTestFindJob";
23 setObjectName(i18n("Parse test suite %1", suite->name()));
24 setCapabilities(Killable);
25}
26
27void CTestFindJob::start()
28{

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected