move build system to cmake, add train overlord
This commit is contained in:
parent
ddd0b3a732
commit
a1f9fa172b
60 changed files with 338 additions and 997 deletions
|
|
@ -1,14 +0,0 @@
|
|||
#include "mainobject.h"
|
||||
|
||||
MainObject::MainObject(QIODevice* ioDevice) :
|
||||
masterIODevice(ioDevice),
|
||||
micro(masterIODevice)
|
||||
{
|
||||
//connect item store
|
||||
QObject::connect(µ, &Microcontroller::gotItemList, &items, &ItemStore::addItems);
|
||||
}
|
||||
|
||||
MainObject::~MainObject()
|
||||
{
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue