#include "statuschecker.h" StatusChecker::StatusChecker(const QSharedPointer &coreObject) { // create local access this->_coreObject = coreObject; }