| 473 | |
| 474 | protected: |
| 475 | void preserveImp() override { m_preservedVal = currentIndex(); } |
| 476 | void unpreserveImp() override { setCurrentIndex(m_preservedVal); } |
| 477 | qint32 m_preservedVal; |
| 478 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected