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
Alex Trotsenko 2015-10-23 10:40:15 +03:00
parent f3e4769d05
commit 192606a9fd
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public:
QHostAddress destinationAddress;
uint ifindex;
qint16 hopLimit;
int hopLimit;
quint16 senderPort;
quint16 destinationPort;
};