| 46 | } |
| 47 | void addPath([[maybe_unused]] const QString& txt, bool /*reinit*/ = true) override {} |
| 48 | bool createLocalCopy() override { return true; } |
| 49 | |
| 50 | [[nodiscard]] qint64 size() const override { return 0; }; |
| 51 |
nothing calls this directly
no outgoing calls
no test coverage detected