Fix compiling with msvc. "interface" is a keyword.

This commit is contained in:
Jonathan Bagg
2017-02-26 17:43:37 -05:00
parent efd3f49bd0
commit b04c27e47e
4 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ struct QZeroConfService
QString host;
QHostAddress ip;
QHostAddress ipv6;
quint32 interface;
quint32 interfaceIndex;
quint16 port;
};