#include "MasterCtrl.h" CMasterCtrl::CMasterCtrl() { qDebug("Creation..."); } void CMasterCtrl::Start() { qDebug("Started!"); }