| 12056 | m_ctx.setCurrentTracker( m_parent ); |
| 12057 | } |
| 12058 | void TrackerBase::moveToThis() { |
| 12059 | m_ctx.setCurrentTracker( this ); |
| 12060 | } |
| 12061 | |
| 12062 | SectionTracker::SectionTracker( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent ) |
| 12063 | : TrackerBase( nameAndLocation, ctx, parent ) |
nothing calls this directly
no test coverage detected