| 10248 | m_ctx.setCurrentTracker( m_parent ); |
| 10249 | } |
| 10250 | void TrackerBase::moveToThis() { |
| 10251 | m_ctx.setCurrentTracker( this ); |
| 10252 | } |
| 10253 | |
| 10254 | SectionTracker::SectionTracker( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent ) |
| 10255 | : TrackerBase( nameAndLocation, ctx, parent ) |
nothing calls this directly
no test coverage detected