| 174 | } |
| 175 | |
| 176 | void 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 |
no outgoing calls