aboutsummaryrefslogtreecommitdiff
path: root/src/UdpTasks/StatusChecker/statuschecker.cpp
blob: 4806a9874776bce0293f225237cfaa006437a881 (plain)
1
2
3
4
5
6
7
#include "statuschecker.h"

StatusChecker::StatusChecker(const QSharedPointer<CoreObject> &coreObject)
{
    // create local access
    this->_coreObject = coreObject;
}