Select Git revision
TrackerParameter.cpp
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();
}