Squash a compiler warning

This commit is contained in:
Bill Somerville 2019-07-03 00:15:48 +01:00
parent ccac8c4f6e
commit a9fd073023
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ network_server_lookup (QString query
{
break;
}
// drop through
// fall through
case QAbstractSocket::AnyIPProtocol:
found = true;
break;