12 lines
138 B
C++
12 lines
138 B
C++
#include "MasterCtrl.h"
|
|
|
|
CMasterCtrl::CMasterCtrl()
|
|
{
|
|
qDebug("Creation...");
|
|
}
|
|
|
|
void CMasterCtrl::Start()
|
|
{
|
|
qDebug("Started!");
|
|
}
|