| 19 | { |
| 20 | public: |
| 21 | TreeIntItem(QTreeWidget *parent = nullptr) : QTreeWidgetItem(parent) {} |
| 22 | bool operator< (const QTreeWidgetItem& x) const |
| 23 | { |
| 24 | int col = treeWidget()->sortColumn(); |
nothing calls this directly
no outgoing calls
no test coverage detected