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

Method removeTempDirs

plugins/bazaar/tests/test_bazaar.cpp:348–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347
348void TestBazaar::removeTempDirs()
349{
350 if (QFileInfo::exists(bazaarTest_BaseDir))
351 if (!(KIO::del(QUrl::fromLocalFile(bazaarTest_BaseDir))->exec()))
352 qDebug() << "KIO::del(" << bazaarTest_BaseDir << ") returned false";
353}
354
355QTEST_MAIN(TestBazaar)
356

Callers

nothing calls this directly

Calls 1

execMethod · 0.80

Tested by

no test coverage detected