| 403 | { |
| 404 | public: |
| 405 | PathProxyModel(QObject* parent = nullptr): QIdentityProxyModel(parent) |
| 406 | { |
| 407 | } |
| 408 | |
| 409 | QVariant data(const QModelIndex& index, int role) const override |
| 410 | { |
nothing calls this directly
no outgoing calls
no test coverage detected