MCPcopy Create free account
hub / github.com/KDE/kdiff3 / createTempFile

Method createTempFile

src/fileaccess.cpp:1021–1026  ·  view source on GitHub ↗

static tempfile Generator

Source from the content-addressed store, hash-verified

1019
1020//static tempfile Generator
1021void FileAccess::createTempFile(QTemporaryFile& tmpFile)
1022{
1023 tmpFile.setAutoRemove(true);
1024 tmpFile.open();
1025 tmpFile.close();
1026}
1027
1028#if HAS_KFKIO && !defined AUTOTEST
1029bool FileAccess::makeDir(const QString& dirName)

Callers

nothing calls this directly

Calls 2

openMethod · 0.80
closeMethod · 0.80

Tested by

no test coverage detected