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

Method read

plugins/grepview/grepoutputmodel.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void GrepOutputItem::read(QDataStream& in)
170{
171 qCCritical(PLUGIN_GREPVIEW) << "a GrepOutputItem is read from a stream, this is not supported";
172 Q_ASSERT(false);
173 QStandardItem::read(in);
174}
175
176void GrepOutputItem::write(QDataStream& out) const
177{

Callers 2

grepFileFunction · 0.45

Calls 1

readFunction · 0.50

Tested by

no test coverage detected