QIpPacketHeader: correct the type of hopLimit member
In other places, it's referenced as int. Change-Id: Ic66f33a34d45208686ad0e229644d3ef33c55a62 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
f3e4769d05
commit
192606a9fd
|
|
@ -78,7 +78,7 @@ public:
|
|||
QHostAddress destinationAddress;
|
||||
|
||||
uint ifindex;
|
||||
qint16 hopLimit;
|
||||
int hopLimit;
|
||||
quint16 senderPort;
|
||||
quint16 destinationPort;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue