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

Method write

plugins/grepview/grepoutputmodel.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void GrepOutputItem::write(QDataStream& out) const
177{
178 qCCritical(PLUGIN_GREPVIEW) << "a GrepOutputItem is written to a stream, this is not supported";
179 Q_ASSERT(false);
180 QStandardItem::write(out);
181}
182
183///////////////////////////////////////////////////////////////
184

Callers 15

receiveConnectionMethod · 0.45
applyMethod · 0.45
startMethod · 0.45
executeMethod · 0.45
startMethod · 0.45
createFileFunction · 0.45
parseFunction · 0.45
testFindMethod · 0.45
testReplaceMethod · 0.45
saveLicenseMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by 11

createFileFunction · 0.36
parseFunction · 0.36
testFindMethod · 0.36
testReplaceMethod · 0.36
prepareTestFilesFunction · 0.36
setupSampleProjectFunction · 0.36
testParserWithBadDataMethod · 0.36
testEnumerateTargetsMethod · 0.36
makeProjectFunction · 0.36
createFileFunction · 0.36