------------------------------------------------------------------- Private, do not use. */
| 625 | // ------------------------------------------------------------------- |
| 626 | /** Private, do not use. */ |
| 627 | ImporterPimpl* Pimpl() { return pimpl; }; |
| 628 | const ImporterPimpl* Pimpl() const { return pimpl; }; |
| 629 | |
| 630 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected