Missed typo

This commit is contained in:
NeoTheFox 2015-03-18 13:27:49 +03:00
parent c6aab765b5
commit 1b8ca64fc9

View File

@ -128,7 +128,7 @@ void Sender::openPort(QSerialPortInfo i)
printer->setFlowControl(QSerialPort::HardwareControl);
}
readyRecieve = true;
readyReceive = true;
}
void Sender::closePort()