Masterctrl/Sources/MasterCtrl.cpp
Jean-François Martel 236f999eca Dev...
2015-07-10 13:16:16 -04:00

12 lines
138 B
C++

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