Drop support for "BC Link" format

Fixup 19d6de795c.
This commit is contained in:
Chocobo1
2019-06-03 17:38:02 +08:00
parent 6f6033cf1c
commit 014273d7ec
2 changed files with 1 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ namespace
|| str.startsWith("https://", Qt::CaseInsensitive)
|| str.startsWith("ftp://", Qt::CaseInsensitive)
|| str.startsWith("magnet:", Qt::CaseInsensitive)
|| str.startsWith("bc://bt/", Qt::CaseInsensitive)
|| ((str.size() == 40) && !str.contains(QRegularExpression("[^0-9A-Fa-f]")))
|| ((str.size() == 32) && !str.contains(QRegularExpression("[^2-7A-Za-z]"))));
}