Squash a compiler warning

This commit is contained in:
Bill Somerville
2019-07-03 00:15:48 +01:00
parent ccac8c4f6e
commit a9fd073023
+1 -2
View File
@@ -66,8 +66,7 @@ network_server_lookup (QString query
{
break;
}
// drop through
// fall through
case QAbstractSocket::AnyIPProtocol:
found = true;
break;