| 167 | } |
| 168 | |
| 169 | void 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 | |
| 176 | void GrepOutputItem::write(QDataStream& out) const |
| 177 | { |
no test coverage detected