Skip to content
Snippets Groups Projects
  • d.kilic's avatar
    3175d63a
    Factor management of trajectories out of Tracker · 3175d63a
    d.kilic authored
    - Stop Tracker inheriting from QVector, instead save TrackPerson in std::vector
    - Save TrackPerson's in another class (new class PersonStorage)
    - Move all functions directly accessing the trajectories in a writing/editing manner into this class
    - Some small refactorings and documentation-comments
    3175d63a
    History
    Factor management of trajectories out of Tracker
    d.kilic authored
    - Stop Tracker inheriting from QVector, instead save TrackPerson in std::vector
    - Save TrackPerson's in another class (new class PersonStorage)
    - Move all functions directly accessing the trajectories in a writing/editing manner into this class
    - Some small refactorings and documentation-comments