| 81 | { |
| 82 | public: |
| 83 | explicit ExpandedTreeView(QWidget *parent) |
| 84 | : QTreeView(parent) |
| 85 | { |
| 86 | } |
| 87 | |
| 88 | protected: |
| 89 | void rowsInserted(const QModelIndex &parent, int start, int end) override |
nothing calls this directly
no outgoing calls
no test coverage detected