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

Method init

kdevplatform/shell/tests/test_projectcontroller.cpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void TestProjectController::init()
172{
173 m_projName = QStringLiteral("foo");
174 m_projFilePath = writeProjectConfig(m_projName);
175 m_projCtrl = m_core->projectControllerInternal();
176 m_tmpConfigs << m_projFilePath;
177 m_projFolder = Path(m_scratchDir.absolutePath() + '/');
178}
179
180void TestProjectController::cleanup()
181{

Callers

nothing calls this directly

Calls 2

PathClass · 0.50

Tested by

no test coverage detected