replace CONNECTU
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user