switch from spaces to tabs
This commit is contained in:
parent
57edc50b6b
commit
872488d174
30 changed files with 971 additions and 929 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#include "mainobject.h"
|
||||
|
||||
MainObject::MainObject(QIODevice* ioDevice) :
|
||||
masterIODevice(ioDevice),
|
||||
micro(masterIODevice)
|
||||
masterIODevice(ioDevice),
|
||||
micro(masterIODevice)
|
||||
{
|
||||
//connect item store
|
||||
QObject::connect(µ, &Microcontroller::gotItemList, &items, &ItemStore::addItems);
|
||||
//connect item store
|
||||
QObject::connect(µ, &Microcontroller::gotItemList, &items, &ItemStore::addItems);
|
||||
}
|
||||
|
||||
MainObject::~MainObject()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue