replace CONNECTU

This commit is contained in:
Бычков Андрей
2022-07-26 17:51:47 +03:00
parent 7c851ec0dc
commit 525ff312b4

View File

@@ -3,8 +3,8 @@
QPIConnection::QPIConnection(const QString & name): QObject(), PIConnection(Q2PIString(name)) {
setObjectName(name);
CONNECTU(this, dataReceivedEvent, this, piDataRec);
CONNECTU(this, packetReceivedEvent, this, piPacketRec);
CONNECT2(void, const PIString &, const PIByteArray &, this, dataReceivedEvent, this, piDataRec);
CONNECT2(void, const PIString &, const PIByteArray &, this, packetReceivedEvent, this, piPacketRec);
}