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

Function createFile

plugins/custommake/makefileresolver/tests/test_custommake.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23namespace {
24void createFile( QFile& file )
25{
26 file.remove();
27 if ( !file.open( QIODevice::ReadWrite ) ) {
28 qFatal("Cannot create the file %s", file.fileName().toUtf8().data());
29 }
30}
31}
32
33void TestCustomMake::initTestCase()

Callers 2

Calls 4

removeMethod · 0.45
openMethod · 0.45
dataMethod · 0.45
fileNameMethod · 0.45

Tested by

no test coverage detected