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

Method setFileContents

kdevplatform/tests/testfile.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void TestFile::setFileContents(const QString& contents)
190{
191 Q_D(TestFile);
192
193 d->setFileContents(contents);
194}
195
196QString TestFile::fileContents() const
197{

Callers 4

testReparseMethod · 0.45
testReparseErrorMethod · 0.45
testSizeAlignOfUpdateMethod · 0.45
testBitWidthUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected