| 316 | } |
| 317 | |
| 318 | void RDTreeWidgetItem::checkForResourceId(int col) |
| 319 | { |
| 320 | RichResourceTextInitialise(m_text[col]); |
| 321 | } |
| 322 | |
| 323 | void RDTreeWidgetItem::sort(int column, Qt::SortOrder order) |
| 324 | { |
nothing calls this directly
no test coverage detected