Skip to content
Snippets Groups Projects
Select Git revision
  • 0379ba57c50ec3fd23e372ec2c40eff4b2dcb6d8
  • master default protected
  • python_communication
3 results

TrackerParameter.cpp

  • user avatar
    Max Breitenfeldt authored
    0379ba57
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    TrackerParameter.cpp 260 B
    #include "TrackerParameter.h"
    #include "../Controller/ControllerTrackingAlgorithm.h"
    
    TrackerParameter::TrackerParameter(QObject *parent) :
        IModel(parent)
    {
    	_cfg = static_cast<ControllerTrackingAlgorithm*>(parent)->getConfig();
        Q_EMIT notifyView();
    }